Deck 1: Introduction to Computers and Programming

Full screen (f)
exit full mode
Question
The smallest storage location in a computer's memory is known as a ___________________.

A)byte
B)word
C)letter
D)switch
E)bit
Use Space or
up arrow
down arrow
to flip the card.
Question
What is the largest value that can be stored in one byte?

A)255
B)128
C)8
D)65535
E)16
Question
Which computer language uses short words known as mnemonics for writing programs?

A)Assembly
B)Java
C)C#
D)Pascal
E)Visual Basic
Question
Which of the following devices is a computer?

A)iPods®
B)Car navigation systems
C)BlackBerries®
D)Cell phones
E)All of the above
Question
Programs that use an interpreter generally execute faster than compiled programs because they are already entirely translated into machine language when executed.
Question
The disk drive is a secondary storage device that stores data by ________________ encoding it onto circular disks.

A)electrically
B)magnetically
C)digitally
D)optically
E)None of the above
Question
The following is an example of an instruction written in which computer language?
10110000

A)C++
B)Assembly language
C)JAVA
D)Machine language
E)C #
Question
Which of the following is not an example of operating system software?

A)Microsoft Word
B)Windows Vista
C)Linux
D)Mac OS X
E)None of these
Question
A computer system consists of all of the following,except ______________________.

A)Central processing system
B)Main memory
C)Operating System
D)Input and Output devices
E)Secondary storage devices
Question
What term can be used to describe anything that uses binary numbers?

A)digital
B)computer
C)processor
D)machine language
E)mnemonic
Question
What function(s)does an interpreter perform with the instructions in a high-level programming language?

A)Translates
B)Compiles
C)Compiles and Translates
D)Executes
E)Translates and Execute
Question
Which of the following is not a microprocessor manufacturing company?

A)Intel
B)Dell
C)AMD
D)Motorola
E)None of the above
Question
Most programs written in a high-level language need to be translated into machine language.
Question
The process known as the ___________ cycle is used by the CPU to execute instructions in a program.

A)Decode- fetch-execute
B)Decode-execute-fetch
C)Fetch-decode-execute
D)Fetch-execute-decode
E)Execute-fetch-decode
Question
What is the encoding technique called that is used to store negative numbers in the computer's memory?

A)Unicode
B)ASCII
C)Floating-point notation
D)Twos complement
E)None of the above
Question
The ______________ coding scheme contains a set of 128 numeric codes that are used to represent characters in a computer's memory.

A)Unicode
B)ASCII
C)ENIAC
D)Binary numbering
E)Twos compliment
Question
Data is not recorded magnetically on a(n)____________,but is encoded as a series of pits on the disk surface.

A)disk drive
B)floppy disk
C)USB drive
D)optical disk
E)None of the above
Question
_______________ was the first high-level programming language designed that could perform complex mathematical calculations.

A)COBOL
B)C++
C)Java
D)FORTRAN
E)Ada
Question
The term used for a set of rules that must be strictly followed when writing a program is:

A)Semantics
B)Syntax
C)Grammar
D)Key words
E)Punctuations
Question
Programs that make a computer useful for everyday tasks are known as ___________.

A)System Software
B)Operation System
C)Application Software
D)Utility Programs
E)None of the above
Question
The term software refers to all the physical devices,or components,that a computer is made of.
Question
A _____________ is a list of instructions that cause the central processing unit to perform operations to complete a task.
Question
The CPU understands instructions in machine language,which are written in binary.
Question
Computers are designed to do just one job.
Question
A ___________ is a program that translates a high-level language program into a separate machine language program.
Question
The entire set of instructions that a central processing unit can execute is known as the ______________________.
Question
The instruction set for a microprocessor is unique and is typically understood only by the microprocessors of the same brand.
Question
A computer is not a single device,but a system of devices that work together to manipulate data according to the instructions provided.
Question
A program cannot be translated if it has _____________ errors.
Question
Assembly language is referred to as a low-level language because it is close to the C++ language.
Question
Each instruction written in a high-level programming language is called a statement.
Question
RAM is a volatile memory used for temporary storage while a program is running.
Question
The _______________________ is used to encode real numbers to store them in the computer's memory.
Question
An ___________ is used to translate Assembly language programs to machine language to be executed by the CPU.
Question
A bit that is turned off is represented by the value -1.
Question
The statements that a programmer writes in a high-level language are called _________.
Question
A _____________ language allows the programmer to create very powerful and complex programs without knowing how the CPU works.
Question
The ________________ is an extensive encoding scheme that is compatible with ASCII and can represent the characters of all the languages in the world.
Question
The main reason for using secondary storage is to hold data for long periods of time,even when the power to the computer is turned off.
Question
____________ software packages usually consist of a text editor,a compiler or interpreter,and tools for testing programs and locating errors.
Question
____________________ is the term used to refer to all the physical devices that make up a computer.
Question
In ____________________,all numeric values are written as a sequence of 1s and 0s.
Question
The ____________________ is the most important component in a computer because without it,the computer could not run software.
Question
USB drives store data in a special type of memory known as ____________________.
Question
The term _____________ stands for a binary digit
Question
The main memory is called __________ because the CPU is able to quickly access data stored at any random location.
Question
A __________________________ is a person with the training and skill needed to design,create,and test computer programs.
Question
Computers can do such a wide variety of things because they can be ____________________.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/48
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: Introduction to Computers and Programming
1
The smallest storage location in a computer's memory is known as a ___________________.

A)byte
B)word
C)letter
D)switch
E)bit
E
2
What is the largest value that can be stored in one byte?

A)255
B)128
C)8
D)65535
E)16
A
3
Which computer language uses short words known as mnemonics for writing programs?

A)Assembly
B)Java
C)C#
D)Pascal
E)Visual Basic
A
4
Which of the following devices is a computer?

A)iPods®
B)Car navigation systems
C)BlackBerries®
D)Cell phones
E)All of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
5
Programs that use an interpreter generally execute faster than compiled programs because they are already entirely translated into machine language when executed.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
6
The disk drive is a secondary storage device that stores data by ________________ encoding it onto circular disks.

A)electrically
B)magnetically
C)digitally
D)optically
E)None of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
7
The following is an example of an instruction written in which computer language?
10110000

A)C++
B)Assembly language
C)JAVA
D)Machine language
E)C #
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following is not an example of operating system software?

A)Microsoft Word
B)Windows Vista
C)Linux
D)Mac OS X
E)None of these
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
9
A computer system consists of all of the following,except ______________________.

A)Central processing system
B)Main memory
C)Operating System
D)Input and Output devices
E)Secondary storage devices
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
10
What term can be used to describe anything that uses binary numbers?

A)digital
B)computer
C)processor
D)machine language
E)mnemonic
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
11
What function(s)does an interpreter perform with the instructions in a high-level programming language?

A)Translates
B)Compiles
C)Compiles and Translates
D)Executes
E)Translates and Execute
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following is not a microprocessor manufacturing company?

A)Intel
B)Dell
C)AMD
D)Motorola
E)None of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
13
Most programs written in a high-level language need to be translated into machine language.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
14
The process known as the ___________ cycle is used by the CPU to execute instructions in a program.

A)Decode- fetch-execute
B)Decode-execute-fetch
C)Fetch-decode-execute
D)Fetch-execute-decode
E)Execute-fetch-decode
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
15
What is the encoding technique called that is used to store negative numbers in the computer's memory?

A)Unicode
B)ASCII
C)Floating-point notation
D)Twos complement
E)None of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
16
The ______________ coding scheme contains a set of 128 numeric codes that are used to represent characters in a computer's memory.

A)Unicode
B)ASCII
C)ENIAC
D)Binary numbering
E)Twos compliment
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
17
Data is not recorded magnetically on a(n)____________,but is encoded as a series of pits on the disk surface.

A)disk drive
B)floppy disk
C)USB drive
D)optical disk
E)None of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
18
_______________ was the first high-level programming language designed that could perform complex mathematical calculations.

A)COBOL
B)C++
C)Java
D)FORTRAN
E)Ada
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
19
The term used for a set of rules that must be strictly followed when writing a program is:

A)Semantics
B)Syntax
C)Grammar
D)Key words
E)Punctuations
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
20
Programs that make a computer useful for everyday tasks are known as ___________.

A)System Software
B)Operation System
C)Application Software
D)Utility Programs
E)None of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
21
The term software refers to all the physical devices,or components,that a computer is made of.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
22
A _____________ is a list of instructions that cause the central processing unit to perform operations to complete a task.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
23
The CPU understands instructions in machine language,which are written in binary.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
24
Computers are designed to do just one job.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
25
A ___________ is a program that translates a high-level language program into a separate machine language program.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
26
The entire set of instructions that a central processing unit can execute is known as the ______________________.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
27
The instruction set for a microprocessor is unique and is typically understood only by the microprocessors of the same brand.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
28
A computer is not a single device,but a system of devices that work together to manipulate data according to the instructions provided.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
29
A program cannot be translated if it has _____________ errors.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
30
Assembly language is referred to as a low-level language because it is close to the C++ language.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
31
Each instruction written in a high-level programming language is called a statement.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
32
RAM is a volatile memory used for temporary storage while a program is running.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
33
The _______________________ is used to encode real numbers to store them in the computer's memory.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
34
An ___________ is used to translate Assembly language programs to machine language to be executed by the CPU.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
35
A bit that is turned off is represented by the value -1.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
36
The statements that a programmer writes in a high-level language are called _________.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
37
A _____________ language allows the programmer to create very powerful and complex programs without knowing how the CPU works.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
38
The ________________ is an extensive encoding scheme that is compatible with ASCII and can represent the characters of all the languages in the world.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
39
The main reason for using secondary storage is to hold data for long periods of time,even when the power to the computer is turned off.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
40
____________ software packages usually consist of a text editor,a compiler or interpreter,and tools for testing programs and locating errors.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
41
____________________ is the term used to refer to all the physical devices that make up a computer.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
42
In ____________________,all numeric values are written as a sequence of 1s and 0s.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
43
The ____________________ is the most important component in a computer because without it,the computer could not run software.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
44
USB drives store data in a special type of memory known as ____________________.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
45
The term _____________ stands for a binary digit
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
46
The main memory is called __________ because the CPU is able to quickly access data stored at any random location.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
47
A __________________________ is a person with the training and skill needed to design,create,and test computer programs.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
48
Computers can do such a wide variety of things because they can be ____________________.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 48 flashcards in this deck.