Deck 1: An Overview of Computers and Programming Languages

ملء الشاشة (f)
exit full mode
سؤال
The ____ is the brain of the computer and the single most expensive piece of hardware in your personal computer.

A) MM
B) ROM
C) RAM
D) CPU
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The devices that feed data and programs into computers are called ____ devices.

A) entry
B) input
C) output
D) secondary
سؤال
Main memory is called ____.

A) read only memory
B) random access memory
C) read and write memory
D) random read only memory
سؤال
To develop a program to solve a problem, you start by analyzing the problem.
سؤال
The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it) is called primary storage.
سؤال
The devices that feed data and programs into computers are called output devices.
سؤال
When the computer is turned off, everything in secondary memory is lost.
سؤال
Information stored in main memory must be transferred to some other device for permanent storage.
سؤال
The ____ monitors the overall activity of the computer and provides services.

A) central processing unit
B) operating system
C) arithmetic logic unit
D) control unit
سؤال
C++ programs have always been portable from one compiler to another.
سؤال
The devices that the computer uses to display results are called ____ devices.

A) exit
B) entry
C) output
D) input
سؤال
____ programs perform a specific task.

A) Application
B) System
C) Operating
D) Service
سؤال
The command that does the linking on Visual C++ 2010 Express and Visual Studio 2010 is Make or Remake.
سؤال
When the power is switched off, everything in ____ is lost.

A) main memory
B) secondary storage
C) hard disks
D) floppy disks
سؤال
Main memory is directly connected to the CPU.
سؤال
The basic commands that a computer performs are input (get data), output (display result), storage, and performance of arithmetic and logical operations.
سؤال
The basic commands that a computer performs are ____, and performance of arithmetic and logical operations.

A) input, file, list
B) output, folder, storage
C) input, output, storage
D) storage, directory, log
سؤال
When you compile your program, the compiler identifies the logic errors and suggests how to correct them.
سؤال
Several categories of computers exist, such as ____.

A) microframe, midframe, and miniframe
B) midsize, microframe, and mainframe
C) mainsize, midsize, and microsize
D) mainframe, midsize, and micro
سؤال
Main memory is an ordered sequence of items, called ____.

A) pixels
B) registers
C) memory cells
D) addresses
سؤال
Word processors, spreadsheets, and games are examples of ____________________.
سؤال
A sequence of 0s and 1s is sometimes referred to as ____________________ code.
سؤال
A sequence of eight bits is called a ____.

A) binary digit
B) byte
C) character
D) double
سؤال
A program called a(n) ____ translates instructions written in high-level languages into machine code.

A) assembler
B) decoder
C) compiler
D) linker
سؤال
A step-by-step problem-solving process in which a solution is arrived at in a finite amount of time is called a(n) ____.

A) algorithm
B) linker
C) analysis
D) design
سؤال
____________________ signals represent information with a sequence of 0s and 1s.
سؤال
A program called a(n) ____ combines the object program with the programs from libraries.

A) assembler
B) decoder
C) linker
D) compiler
سؤال
The term GB refers to ____.

A) giant byte
B) gigabyte
C) group byte
D) great byte
سؤال
The programming language C++ was designed by Bjarne Stroustrup at Bell Laboratories in the early ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
سؤال
The ASCII data set consists of ____________________ characters.
سؤال
The ____________________ monitors the overall activity of the computer and provides services such as memory management, input/output activities, and storage management.
سؤال
The programming language C++ evolved from ____.

A) BASIC
B) assembly
C) C
D) C+
سؤال
To develop a program to solve a problem, you start by ____.

A) analyzing the problem
B) implementing the solution in C++
C) designing the algorithm
D) entering the solution into a computer system
سؤال
The digit 0 or 1 is called a binary digit, or ____.

A) bit
B) bytecode
C) Unicode
D) hexcode
سؤال
Dividing a problem into smaller subproblems is called ____ design.

A) OOD
B) top-down refinement
C) structured
D) analog
سؤال
A program that loads an executable program into main memory is called a(n) ____.

A) compiler
B) loader
C) linker
D) assembler
سؤال
A(n) ____ consists of data and the operations on those data.

A) disk
B) compiler
C) interpreter
D) object
سؤال
Consider the following C++ program. #include
Using namespace std;
Int main()
{
Cout << "Hello World "
Return 0;
}
In the cout statement, the missing semicolon in the code above will be caught by the ____.

A) compiler
B) editor
C) assembler
D) control unit
سؤال
____ represent information with a sequence of 0s and 1s.

A) Analog signals
B) Application programs
C) Digital signals
D) System programs
سؤال
____ consists of 65,536 characters.

A) ASCII-8
B) ASCII
C) Unicode
D) EBCDIC
سؤال
____________________ languages include FORTRAN, COBOL, Pascal, C, C++, and Java.
سؤال
The structured design approach is also known as ____________________.
سؤال
Assembly language uses easy-to-remember instructions called ____________________.
سؤال
In object-oriented design, the first step in the problem-solving process is to identify the components called ____________________, which form the basis of the solution, and to determine how they interact with one another.
سؤال
The machine language version of the high-level language program is called a(n) ____________________.
سؤال
In C++, the mechanism that allows you to combine data and operations on the data into a single unit is called a(n) ____________________.
سؤال
A program called a(n) ____________________ translates the assembly language instructions into machine language.
سؤال
The term ____________________ is used to describe a program that has been written in a high-level language.
سؤال
In a C++ program, statements that begin with the symbol # are called ____________________ directives.
سؤال
In ____________________ design, the final program is a collection of interacting objects.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 1: An Overview of Computers and Programming Languages
1
The ____ is the brain of the computer and the single most expensive piece of hardware in your personal computer.

A) MM
B) ROM
C) RAM
D) CPU
D
2
The devices that feed data and programs into computers are called ____ devices.

A) entry
B) input
C) output
D) secondary
B
3
Main memory is called ____.

A) read only memory
B) random access memory
C) read and write memory
D) random read only memory
B
4
To develop a program to solve a problem, you start by analyzing the problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it) is called primary storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
The devices that feed data and programs into computers are called output devices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
When the computer is turned off, everything in secondary memory is lost.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
Information stored in main memory must be transferred to some other device for permanent storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
The ____ monitors the overall activity of the computer and provides services.

A) central processing unit
B) operating system
C) arithmetic logic unit
D) control unit
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
C++ programs have always been portable from one compiler to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
The devices that the computer uses to display results are called ____ devices.

A) exit
B) entry
C) output
D) input
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
____ programs perform a specific task.

A) Application
B) System
C) Operating
D) Service
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
The command that does the linking on Visual C++ 2010 Express and Visual Studio 2010 is Make or Remake.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
When the power is switched off, everything in ____ is lost.

A) main memory
B) secondary storage
C) hard disks
D) floppy disks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
Main memory is directly connected to the CPU.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
The basic commands that a computer performs are input (get data), output (display result), storage, and performance of arithmetic and logical operations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
The basic commands that a computer performs are ____, and performance of arithmetic and logical operations.

A) input, file, list
B) output, folder, storage
C) input, output, storage
D) storage, directory, log
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
When you compile your program, the compiler identifies the logic errors and suggests how to correct them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
Several categories of computers exist, such as ____.

A) microframe, midframe, and miniframe
B) midsize, microframe, and mainframe
C) mainsize, midsize, and microsize
D) mainframe, midsize, and micro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
Main memory is an ordered sequence of items, called ____.

A) pixels
B) registers
C) memory cells
D) addresses
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
Word processors, spreadsheets, and games are examples of ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
A sequence of 0s and 1s is sometimes referred to as ____________________ code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
A sequence of eight bits is called a ____.

A) binary digit
B) byte
C) character
D) double
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
A program called a(n) ____ translates instructions written in high-level languages into machine code.

A) assembler
B) decoder
C) compiler
D) linker
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
A step-by-step problem-solving process in which a solution is arrived at in a finite amount of time is called a(n) ____.

A) algorithm
B) linker
C) analysis
D) design
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
____________________ signals represent information with a sequence of 0s and 1s.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
A program called a(n) ____ combines the object program with the programs from libraries.

A) assembler
B) decoder
C) linker
D) compiler
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
The term GB refers to ____.

A) giant byte
B) gigabyte
C) group byte
D) great byte
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
The programming language C++ was designed by Bjarne Stroustrup at Bell Laboratories in the early ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
The ASCII data set consists of ____________________ characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
The ____________________ monitors the overall activity of the computer and provides services such as memory management, input/output activities, and storage management.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
The programming language C++ evolved from ____.

A) BASIC
B) assembly
C) C
D) C+
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
To develop a program to solve a problem, you start by ____.

A) analyzing the problem
B) implementing the solution in C++
C) designing the algorithm
D) entering the solution into a computer system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
The digit 0 or 1 is called a binary digit, or ____.

A) bit
B) bytecode
C) Unicode
D) hexcode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
Dividing a problem into smaller subproblems is called ____ design.

A) OOD
B) top-down refinement
C) structured
D) analog
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
A program that loads an executable program into main memory is called a(n) ____.

A) compiler
B) loader
C) linker
D) assembler
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
A(n) ____ consists of data and the operations on those data.

A) disk
B) compiler
C) interpreter
D) object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
Consider the following C++ program. #include
Using namespace std;
Int main()
{
Cout << "Hello World "
Return 0;
}
In the cout statement, the missing semicolon in the code above will be caught by the ____.

A) compiler
B) editor
C) assembler
D) control unit
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
____ represent information with a sequence of 0s and 1s.

A) Analog signals
B) Application programs
C) Digital signals
D) System programs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
____ consists of 65,536 characters.

A) ASCII-8
B) ASCII
C) Unicode
D) EBCDIC
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
____________________ languages include FORTRAN, COBOL, Pascal, C, C++, and Java.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
The structured design approach is also known as ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
Assembly language uses easy-to-remember instructions called ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
In object-oriented design, the first step in the problem-solving process is to identify the components called ____________________, which form the basis of the solution, and to determine how they interact with one another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
The machine language version of the high-level language program is called a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
In C++, the mechanism that allows you to combine data and operations on the data into a single unit is called a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
A program called a(n) ____________________ translates the assembly language instructions into machine language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
The term ____________________ is used to describe a program that has been written in a high-level language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
In a C++ program, statements that begin with the symbol # are called ____________________ directives.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
In ____________________ design, the final program is a collection of interacting objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.