Friday, October 9, 2015

Visual Basic Programming Chapter 1 Introduction to Programming and Visual Basic

Chapter 1 Introduction to Programming and Visual Basic
1.1 Computer Systems: Hardware and Software

60143:
 A binary digit
is zero or one

60171
At each step of its operation, the input to a Central Processing Unit is
an instruction

60136
When a program runs on a computer, the part of the computer that carries out the instructions is called the
CPU

60137
 When a program runs on a computer, it is stored in
RAM

60173
 RAM, random-access memory, is called that because
you can pick any two random locations and it will take the same time to access the data.

60138
 When a program is not running, it is stored 
on a disk.
60175
 Flash drives, CDs, external disks are all examples of ________storage (memory) devices.
Secondary
60166
 Monitors, printers, status lights are all examples of_______devices
Output
60167
 Mice, trackpads, keyboards, scanners, joysticks are all examples of________ devices
Input
60140
An operating system
allocates resources like memory to programs that are running.
60140
 Application software
is any software that is runs with the support of the operating system.
1.2 Programs and Programming Languages
60053
What best defines a "programming language"?
It allows us to express an algorithm.

Which of these is not a programming language?
HTML, not C C++ Java
60178
 Compilers translate the instructions written by the programmer into_________code
object

60177
 The code that a programmer writes is called___________code
source

60184
 A compiler
translates source code into executable code

60179
 The rules that govern the correct order and usage of the elements of a language are called the__________of the language
syntax

60180
 Words that have a special meaning in a programming language are called  _________
keywords
 
 

No comments:

Post a Comment