Deck 1: An Overview of Computers and Programming Languages

ملء الشاشة (f)
exit full mode
سؤال
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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The devices that the computer uses to display results are called ____ devices.

A) exit
B) entry
C) output
D) input
سؤال
The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it)is called primary storage.
سؤال
To develop a program to solve a problem,you start by analyzing the problem.
سؤال
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
سؤال
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
سؤال
Main memory is an ordered sequence of items,called ____.

A) pixels
B) registers
C) memory cells
D) addresses
سؤال
When the power is switched off,everything in ____ is lost.

A) main memory
B) secondary storage
C) hard disks
D) floppy disks
سؤال
When you compile your program,the compiler identifies the logic errors and suggests how to correct them.
سؤال
The devices that feed data and programs into computers are called output devices.
سؤال
Main memory is directly connected to the CPU.
سؤال
The command that does the linking on Visual C++ 2010 Express and Visual Studio 2010 is Make or Remake.
سؤال
____ programs perform a specific task.

A) Application
B) System
C) Operating
D) Service
سؤال
The devices that feed data and programs into computers are called ____ devices.

A) entry
B) input
C) output
D) secondary
سؤال
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 basic commands that a computer performs are input (get data),output (display result),storage,and performance of arithmetic and logical operations.
سؤال
Main memory is called ____.

A) read only memory
B) random access memory
C) read and write memory
D) random read only memory
سؤال
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 programming language C++ was designed by Bjarne Stroustrup at Bell Laboratories in the early ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
سؤال
____ consists of 65,536 characters.

A) ASCII-8
B) ASCII
C) Unicode
D) EBCDIC
سؤال
The term GB refers to ____.

A) giant byte
B) gigabyte
C) group byte
D) great byte
سؤال
A sequence of 0s and 1s is sometimes referred to as ____________________ code.
سؤال
A program called a(n)____ combines the object program with the programs from libraries.

A) assembler
B) decoder
C) linker
D) compiler
سؤال
A sequence of eight bits is called a ____.

A) binary digit
B) byte
C) character
D) double
سؤال
The ____________________ monitors the overall activity of the computer and provides services such as memory management,input/output activities,and storage management.
سؤال
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
سؤال
A program called a(n)____ translates instructions written in high-level languages into machine code.

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

A) Analog signals
B) Application programs
C) Digital signals
D) System programs
سؤال
Word processors,spreadsheets,and games are examples of ____________________.
سؤال
The ASCII data set consists of ____________________ characters.
سؤال
____________________ signals represent information with a sequence of 0s and 1s.
سؤال
Dividing a problem into smaller subproblems is called ____ design.

A) OOD
B) top-down refinement
C) structured
D) analog
سؤال
A(n)____ consists of data and the operations on those data.

A) disk
B) compiler
C) interpreter
D) object
سؤال
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
سؤال
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
سؤال
A program that loads an executable program into main memory is called a(n)____.

A) compiler
B) loader
C) linker
D) assembler
سؤال
The digit 0 or 1 is called a binary digit,or ____.

A) bit
B) bytecode
C) Unicode
D) hexcode
سؤال
The programming language C++ evolved from ____.

A) BASIC
B) assembly
C) C
D) C+
سؤال
____________________ languages include FORTRAN,COBOL,Pascal,C,C++,and Java.
سؤال
In ____________________ design,the final program is a collection of interacting objects.
سؤال
The term ____________________ is used to describe a program that has been written in a high-level language.
سؤال
The structured design approach is also known as ____________________.
سؤال
A program called a(n)____________________ translates the assembly language instructions into machine language.
سؤال
In a C++ program,statements that begin with the symbol # are called ____________________ directives.
سؤال
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)____________________.
سؤال
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.
سؤال
Assembly language uses easy-to-remember instructions called ____________________.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
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 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
C
2
The devices that the computer uses to display results are called ____ devices.

A) exit
B) entry
C) output
D) input
C
3
The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it)is called primary storage.
False
4
To develop a program to solve a problem,you start by analyzing the problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
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
6
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
Main memory is an ordered sequence of items,called ____.

A) pixels
B) registers
C) memory cells
D) addresses
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
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
9
When you compile your program,the compiler identifies the logic errors and suggests how to correct them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
The devices that feed data and programs into computers are called output devices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
Main memory is directly connected to the CPU.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
The command that does the linking on Visual C++ 2010 Express and Visual Studio 2010 is Make or Remake.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
____ programs perform a specific task.

A) Application
B) System
C) Operating
D) Service
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
The devices that feed data and programs into computers are called ____ devices.

A) entry
B) input
C) output
D) secondary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
When the computer is turned off,everything in secondary memory is lost.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
Information stored in main memory must be transferred to some other device for permanent storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
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
18
Main memory is called ____.

A) read only memory
B) random access memory
C) read and write memory
D) random read only memory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
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
20
C++ programs have always been portable from one compiler to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
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
22
____ consists of 65,536 characters.

A) ASCII-8
B) ASCII
C) Unicode
D) EBCDIC
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
The term GB refers to ____.

A) giant byte
B) gigabyte
C) group byte
D) great byte
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
A sequence of 0s and 1s is sometimes referred to as ____________________ code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
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
26
A sequence of eight bits is called a ____.

A) binary digit
B) byte
C) character
D) double
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
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
28
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
29
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
30
____ 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
31
Word processors,spreadsheets,and games are examples of ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
The ASCII data set consists of ____________________ characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
____________________ signals represent information with a sequence of 0s and 1s.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
Dividing a problem into smaller subproblems is called ____ design.

A) OOD
B) top-down refinement
C) structured
D) analog
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
A(n)____ consists of data and the operations on those data.

A) disk
B) compiler
C) interpreter
D) object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
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
37
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
38
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
39
The digit 0 or 1 is called a binary digit,or ____.

A) bit
B) bytecode
C) Unicode
D) hexcode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
The programming language C++ evolved from ____.

A) BASIC
B) assembly
C) C
D) C+
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
____________________ languages include FORTRAN,COBOL,Pascal,C,C++,and Java.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
In ____________________ design,the final program is a collection of interacting objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
The term ____________________ is used to describe a program that has been written in a high-level language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
The structured design approach is also known as ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
A program called a(n)____________________ translates the assembly language instructions into machine language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
In a C++ program,statements that begin with the symbol # are called ____________________ directives.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
The machine language version of the high-level language program is called a(n)____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
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
49
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
50
Assembly language uses easy-to-remember instructions called ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.