Deck 1: An Overview of Computers and Programming

ملء الشاشة (f)
exit full mode
سؤال
Typically, a programmer develops a program's logic, writes the code, and ____ the program, receiving a list of syntax errors.

A)runs
B)compiles
C)executes
D)tests
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A(n)____ is a named memory location whose value can vary.

A)input
B)variable
C)output
D)logic
سؤال
Besides the popular, comprehensive programming languages such as Java and C++, many programmers use scripting languages such as Python, Lua, Perl, and PHP.
سؤال
A ____ error results when you use a syntactically correct statement but use the wrong one for the current context.

A)syntax
B)logical
C)semantic
D)programming
سؤال
Programmers can use either procedural programming or object-oriented programming to develop programs.
سؤال
The process of walking through a program's logic on paper before you actually write the program is called ____.

A)desk-checking
B)flowcharting
C)pseudocoding
D)testing
سؤال
Computer programmers often refer to memory addresses using ____ notation.

A)binary
B)indirect
C)mathematical
D)hexadecimal
سؤال
Every programming language has rules governing its word usage and punctuation.
سؤال
Alan Turing is often regarded as the first programmer.
سؤال
Once a program is completely coded, it is ready for a company or organization to use.
سؤال
The process of finding and correcting program errors is called ____.

A)desk-checking
B)syntax-checking
C)error correcting
D)debugging
سؤال
Before a programmer plans the logic of the program, he or she must ____.

A)understand the problem
B)write the program code
C)test the program
D)maintain the program
سؤال
Professional computer programmers write programs to satisfy their own needs.
سؤال
____ data items may involve organizing or sorting them, checking them for accuracy, or performing calculations with them.

A)Processing
B)Inputting
C)Outputting
D)Converting
سؤال
An infinite loop is a flow of program logic that repeats and never ends.
سؤال
Software can be classified into two broad types: application software and programming software.
سؤال
The heart of the programming process lies in planning the program's logic.
سؤال
A flowchart is an English-like representation of the logical steps necessary to solve a problem.
سؤال
____ errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every error.

A)Logic
B)Syntax
C)Input
D)Process
سؤال
After a programmer plans the logic of a program, the next step is ____.

A)understanding the problem
B)testing the program
C)translating the program
D)coding the program
سؤال
The ____ is used to represent output in a flowchart.

A)square
B)circle
C)parallelogram
D)triangle
سؤال
In a flowchart, the ____ is used to represent processing.

A)circle
B)diamond
C)triangle
D)rectangle
سؤال
To enter the program into a computer so you can translate and execute it, you usually use a keyboard to type program statements into a(n)____.

A)command line
B)input screen
C)editor
D)word processor
سؤال
A(n)____ is a repeating flow of logic with no end.

A)nonterminated condition
B)infinite loop
C)variable
D)decision symbol
سؤال
The repetition of a series of steps is called a(n)____.

A)repeat flow
B)loop
C)flow
D)infinite loop
سؤال
Many programming languages use the term ____ to refer to the marker that is used to automatically recognize the end of data in a file.

A)data_end
B)end_data
C)eof
D)eod
سؤال
Using ____ involves writing down all the steps you will use in a program.

A)a compiler
B)an interpreter
C)a flowchart
D)pseudocode
سؤال
A(n)____ is a program that you use to create simple text files.

A)text editor
B)IDE
C)GUI
D)GDE
سؤال
After programs are put into production, making necessary changes is called ____.

A)debugging
B)conversion
C)maintenance
D)testing
سؤال
A ____ allows users to interact with a program in a graphical environment.

A)GCI
B)CGI
C)command line
D)GUI
سؤال
A(n)____________________ programmer would approach a problem by dividing the process into manageable subtasks.
سؤال
When instructions are carried out, a program runs, or ____________________.
سؤال
The ____ is the standard terminal symbol for a flowchart.

A)circle
B)lozenge
C)diamond
D)square
سؤال
A(n)____ is a location on your computer screen where you type text entries to communicate with the computer's operating system.

A)input line
B)communication line
C)command line
D)GCI
سؤال
When you draw a flowchart, you use a(n)____________________ to represent the input symbol, which indicates an input operation.
سؤال
A(n)____________________ is the sequence of steps necessary to solve any problem.
سؤال
The major difference between the two main programming styles in use today is the ____.

A)use of flowcharts versus pseudocode
B)testing procedure used by the programmer
C)programmer's focus during the earliest planning stages of a project
D)programming language used
سؤال
A preselected value that stops the execution of a program is often called a(n)____________________ value because it does not represent real data.
سؤال
You represent a decision in a flowchart by drawing a decision symbol, which is shaped like a ____.

A)parallelogram
B)square
C)diamond
D)circle
سؤال
A(n)____ is a software package that provides an editor, a compiler, and other programming tools.

A)GUI
B)CGI
C)GDE
D)IDE
سؤال
What is a variable and how is it used in a program?
سؤال
Currently, there are two major techniques used to develop programs and their procedures. Name and describe them.
سؤال
Match between columns
Preselected value that stops the execution of a program
volatile memory
Preselected value that stops the execution of a program
software
Preselected value that stops the execution of a program
syntax error
Preselected value that stops the execution of a program
machine language
Preselected value that stops the execution of a program
sentinel
Preselected value that stops the execution of a program
pseudocode
Preselected value that stops the execution of a program
hardware
Preselected value that stops the execution of a program
flowchart
Preselected value that stops the execution of a program
flowlines
Preselected value that stops the execution of a program
documentation
سؤال
What is involved in putting a program into production?
سؤال
Match between columns
Used to show the correct sequence of statements
volatile memory
Used to show the correct sequence of statements
software
Used to show the correct sequence of statements
syntax error
Used to show the correct sequence of statements
machine language
Used to show the correct sequence of statements
sentinel
Used to show the correct sequence of statements
pseudocode
Used to show the correct sequence of statements
hardware
Used to show the correct sequence of statements
flowchart
Used to show the correct sequence of statements
flowlines
Used to show the correct sequence of statements
documentation
سؤال
Describe the function of a compiler and an interpreter.
سؤال
Describe temporary and permanent storage.
سؤال
Match between columns
English-like representation of the logical steps it takes to solve a problem
volatile memory
English-like representation of the logical steps it takes to solve a problem
software
English-like representation of the logical steps it takes to solve a problem
syntax error
English-like representation of the logical steps it takes to solve a problem
machine language
English-like representation of the logical steps it takes to solve a problem
sentinel
English-like representation of the logical steps it takes to solve a problem
pseudocode
English-like representation of the logical steps it takes to solve a problem
hardware
English-like representation of the logical steps it takes to solve a problem
flowchart
English-like representation of the logical steps it takes to solve a problem
flowlines
English-like representation of the logical steps it takes to solve a problem
documentation
سؤال
How is a decision represented in a flowchart?
سؤال
Match between columns
Pictorial representation of the logical steps it takes to solve a problem
volatile memory
Pictorial representation of the logical steps it takes to solve a problem
software
Pictorial representation of the logical steps it takes to solve a problem
syntax error
Pictorial representation of the logical steps it takes to solve a problem
machine language
Pictorial representation of the logical steps it takes to solve a problem
sentinel
Pictorial representation of the logical steps it takes to solve a problem
pseudocode
Pictorial representation of the logical steps it takes to solve a problem
hardware
Pictorial representation of the logical steps it takes to solve a problem
flowchart
Pictorial representation of the logical steps it takes to solve a problem
flowlines
Pictorial representation of the logical steps it takes to solve a problem
documentation
سؤال
How does a program recognize the end of an input file?
سؤال
List the features that are commonly included with an IDE editor.
سؤال
Match between columns
All the supporting paperwork for a program
volatile memory
All the supporting paperwork for a program
software
All the supporting paperwork for a program
syntax error
All the supporting paperwork for a program
machine language
All the supporting paperwork for a program
sentinel
All the supporting paperwork for a program
pseudocode
All the supporting paperwork for a program
hardware
All the supporting paperwork for a program
flowchart
All the supporting paperwork for a program
flowlines
All the supporting paperwork for a program
documentation
سؤال
Match between columns
Incorrectly spelled words, or reversing the proper order of two words in a computer program
volatile memory
Incorrectly spelled words, or reversing the proper order of two words in a computer program
software
Incorrectly spelled words, or reversing the proper order of two words in a computer program
syntax error
Incorrectly spelled words, or reversing the proper order of two words in a computer program
machine language
Incorrectly spelled words, or reversing the proper order of two words in a computer program
sentinel
Incorrectly spelled words, or reversing the proper order of two words in a computer program
pseudocode
Incorrectly spelled words, or reversing the proper order of two words in a computer program
hardware
Incorrectly spelled words, or reversing the proper order of two words in a computer program
flowchart
Incorrectly spelled words, or reversing the proper order of two words in a computer program
flowlines
Incorrectly spelled words, or reversing the proper order of two words in a computer program
documentation
سؤال
Match between columns
Represent(s)the millions of on/off circuits within the computer
volatile memory
Represent(s)the millions of on/off circuits within the computer
software
Represent(s)the millions of on/off circuits within the computer
syntax error
Represent(s)the millions of on/off circuits within the computer
machine language
Represent(s)the millions of on/off circuits within the computer
sentinel
Represent(s)the millions of on/off circuits within the computer
pseudocode
Represent(s)the millions of on/off circuits within the computer
hardware
Represent(s)the millions of on/off circuits within the computer
flowchart
Represent(s)the millions of on/off circuits within the computer
flowlines
Represent(s)the millions of on/off circuits within the computer
documentation
سؤال
Match between columns
Contents are lost when the computer is turned off or loses power
volatile memory
Contents are lost when the computer is turned off or loses power
software
Contents are lost when the computer is turned off or loses power
syntax error
Contents are lost when the computer is turned off or loses power
machine language
Contents are lost when the computer is turned off or loses power
sentinel
Contents are lost when the computer is turned off or loses power
pseudocode
Contents are lost when the computer is turned off or loses power
hardware
Contents are lost when the computer is turned off or loses power
flowchart
Contents are lost when the computer is turned off or loses power
flowlines
Contents are lost when the computer is turned off or loses power
documentation
سؤال
Match between columns
Instructions that tell the computer what to do
volatile memory
Instructions that tell the computer what to do
software
Instructions that tell the computer what to do
syntax error
Instructions that tell the computer what to do
machine language
Instructions that tell the computer what to do
sentinel
Instructions that tell the computer what to do
pseudocode
Instructions that tell the computer what to do
hardware
Instructions that tell the computer what to do
flowchart
Instructions that tell the computer what to do
flowlines
Instructions that tell the computer what to do
documentation
سؤال
Match between columns
Equipment, or the physical devices, associated with a computer
volatile memory
Equipment, or the physical devices, associated with a computer
software
Equipment, or the physical devices, associated with a computer
syntax error
Equipment, or the physical devices, associated with a computer
machine language
Equipment, or the physical devices, associated with a computer
sentinel
Equipment, or the physical devices, associated with a computer
pseudocode
Equipment, or the physical devices, associated with a computer
hardware
Equipment, or the physical devices, associated with a computer
flowchart
Equipment, or the physical devices, associated with a computer
flowlines
Equipment, or the physical devices, associated with a computer
documentation
سؤال
Discuss two ways that you can enter a program into a computer.
سؤال
What are some of the features provided by modern programming languages that were not available in older programming languages?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/60
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 1: An Overview of Computers and Programming
1
Typically, a programmer develops a program's logic, writes the code, and ____ the program, receiving a list of syntax errors.

A)runs
B)compiles
C)executes
D)tests
B
2
A(n)____ is a named memory location whose value can vary.

A)input
B)variable
C)output
D)logic
B
3
Besides the popular, comprehensive programming languages such as Java and C++, many programmers use scripting languages such as Python, Lua, Perl, and PHP.
True
4
A ____ error results when you use a syntactically correct statement but use the wrong one for the current context.

A)syntax
B)logical
C)semantic
D)programming
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
5
Programmers can use either procedural programming or object-oriented programming to develop programs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
6
The process of walking through a program's logic on paper before you actually write the program is called ____.

A)desk-checking
B)flowcharting
C)pseudocoding
D)testing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
7
Computer programmers often refer to memory addresses using ____ notation.

A)binary
B)indirect
C)mathematical
D)hexadecimal
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
8
Every programming language has rules governing its word usage and punctuation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
9
Alan Turing is often regarded as the first programmer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
10
Once a program is completely coded, it is ready for a company or organization to use.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
11
The process of finding and correcting program errors is called ____.

A)desk-checking
B)syntax-checking
C)error correcting
D)debugging
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
12
Before a programmer plans the logic of the program, he or she must ____.

A)understand the problem
B)write the program code
C)test the program
D)maintain the program
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
13
Professional computer programmers write programs to satisfy their own needs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
14
____ data items may involve organizing or sorting them, checking them for accuracy, or performing calculations with them.

A)Processing
B)Inputting
C)Outputting
D)Converting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
15
An infinite loop is a flow of program logic that repeats and never ends.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
16
Software can be classified into two broad types: application software and programming software.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
17
The heart of the programming process lies in planning the program's logic.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
18
A flowchart is an English-like representation of the logical steps necessary to solve a problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
19
____ errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every error.

A)Logic
B)Syntax
C)Input
D)Process
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
20
After a programmer plans the logic of a program, the next step is ____.

A)understanding the problem
B)testing the program
C)translating the program
D)coding the program
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
21
The ____ is used to represent output in a flowchart.

A)square
B)circle
C)parallelogram
D)triangle
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
22
In a flowchart, the ____ is used to represent processing.

A)circle
B)diamond
C)triangle
D)rectangle
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
23
To enter the program into a computer so you can translate and execute it, you usually use a keyboard to type program statements into a(n)____.

A)command line
B)input screen
C)editor
D)word processor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
24
A(n)____ is a repeating flow of logic with no end.

A)nonterminated condition
B)infinite loop
C)variable
D)decision symbol
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
25
The repetition of a series of steps is called a(n)____.

A)repeat flow
B)loop
C)flow
D)infinite loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
26
Many programming languages use the term ____ to refer to the marker that is used to automatically recognize the end of data in a file.

A)data_end
B)end_data
C)eof
D)eod
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
27
Using ____ involves writing down all the steps you will use in a program.

A)a compiler
B)an interpreter
C)a flowchart
D)pseudocode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
28
A(n)____ is a program that you use to create simple text files.

A)text editor
B)IDE
C)GUI
D)GDE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
29
After programs are put into production, making necessary changes is called ____.

A)debugging
B)conversion
C)maintenance
D)testing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
30
A ____ allows users to interact with a program in a graphical environment.

A)GCI
B)CGI
C)command line
D)GUI
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
31
A(n)____________________ programmer would approach a problem by dividing the process into manageable subtasks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
32
When instructions are carried out, a program runs, or ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
33
The ____ is the standard terminal symbol for a flowchart.

A)circle
B)lozenge
C)diamond
D)square
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
34
A(n)____ is a location on your computer screen where you type text entries to communicate with the computer's operating system.

A)input line
B)communication line
C)command line
D)GCI
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
35
When you draw a flowchart, you use a(n)____________________ to represent the input symbol, which indicates an input operation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
36
A(n)____________________ is the sequence of steps necessary to solve any problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
37
The major difference between the two main programming styles in use today is the ____.

A)use of flowcharts versus pseudocode
B)testing procedure used by the programmer
C)programmer's focus during the earliest planning stages of a project
D)programming language used
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
38
A preselected value that stops the execution of a program is often called a(n)____________________ value because it does not represent real data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
39
You represent a decision in a flowchart by drawing a decision symbol, which is shaped like a ____.

A)parallelogram
B)square
C)diamond
D)circle
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
40
A(n)____ is a software package that provides an editor, a compiler, and other programming tools.

A)GUI
B)CGI
C)GDE
D)IDE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
41
What is a variable and how is it used in a program?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
42
Currently, there are two major techniques used to develop programs and their procedures. Name and describe them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
43
Match between columns
Preselected value that stops the execution of a program
volatile memory
Preselected value that stops the execution of a program
software
Preselected value that stops the execution of a program
syntax error
Preselected value that stops the execution of a program
machine language
Preselected value that stops the execution of a program
sentinel
Preselected value that stops the execution of a program
pseudocode
Preselected value that stops the execution of a program
hardware
Preselected value that stops the execution of a program
flowchart
Preselected value that stops the execution of a program
flowlines
Preselected value that stops the execution of a program
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
44
What is involved in putting a program into production?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
45
Match between columns
Used to show the correct sequence of statements
volatile memory
Used to show the correct sequence of statements
software
Used to show the correct sequence of statements
syntax error
Used to show the correct sequence of statements
machine language
Used to show the correct sequence of statements
sentinel
Used to show the correct sequence of statements
pseudocode
Used to show the correct sequence of statements
hardware
Used to show the correct sequence of statements
flowchart
Used to show the correct sequence of statements
flowlines
Used to show the correct sequence of statements
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
46
Describe the function of a compiler and an interpreter.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
47
Describe temporary and permanent storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
48
Match between columns
English-like representation of the logical steps it takes to solve a problem
volatile memory
English-like representation of the logical steps it takes to solve a problem
software
English-like representation of the logical steps it takes to solve a problem
syntax error
English-like representation of the logical steps it takes to solve a problem
machine language
English-like representation of the logical steps it takes to solve a problem
sentinel
English-like representation of the logical steps it takes to solve a problem
pseudocode
English-like representation of the logical steps it takes to solve a problem
hardware
English-like representation of the logical steps it takes to solve a problem
flowchart
English-like representation of the logical steps it takes to solve a problem
flowlines
English-like representation of the logical steps it takes to solve a problem
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
49
How is a decision represented in a flowchart?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
50
Match between columns
Pictorial representation of the logical steps it takes to solve a problem
volatile memory
Pictorial representation of the logical steps it takes to solve a problem
software
Pictorial representation of the logical steps it takes to solve a problem
syntax error
Pictorial representation of the logical steps it takes to solve a problem
machine language
Pictorial representation of the logical steps it takes to solve a problem
sentinel
Pictorial representation of the logical steps it takes to solve a problem
pseudocode
Pictorial representation of the logical steps it takes to solve a problem
hardware
Pictorial representation of the logical steps it takes to solve a problem
flowchart
Pictorial representation of the logical steps it takes to solve a problem
flowlines
Pictorial representation of the logical steps it takes to solve a problem
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
51
How does a program recognize the end of an input file?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
52
List the features that are commonly included with an IDE editor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
53
Match between columns
All the supporting paperwork for a program
volatile memory
All the supporting paperwork for a program
software
All the supporting paperwork for a program
syntax error
All the supporting paperwork for a program
machine language
All the supporting paperwork for a program
sentinel
All the supporting paperwork for a program
pseudocode
All the supporting paperwork for a program
hardware
All the supporting paperwork for a program
flowchart
All the supporting paperwork for a program
flowlines
All the supporting paperwork for a program
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
54
Match between columns
Incorrectly spelled words, or reversing the proper order of two words in a computer program
volatile memory
Incorrectly spelled words, or reversing the proper order of two words in a computer program
software
Incorrectly spelled words, or reversing the proper order of two words in a computer program
syntax error
Incorrectly spelled words, or reversing the proper order of two words in a computer program
machine language
Incorrectly spelled words, or reversing the proper order of two words in a computer program
sentinel
Incorrectly spelled words, or reversing the proper order of two words in a computer program
pseudocode
Incorrectly spelled words, or reversing the proper order of two words in a computer program
hardware
Incorrectly spelled words, or reversing the proper order of two words in a computer program
flowchart
Incorrectly spelled words, or reversing the proper order of two words in a computer program
flowlines
Incorrectly spelled words, or reversing the proper order of two words in a computer program
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
55
Match between columns
Represent(s)the millions of on/off circuits within the computer
volatile memory
Represent(s)the millions of on/off circuits within the computer
software
Represent(s)the millions of on/off circuits within the computer
syntax error
Represent(s)the millions of on/off circuits within the computer
machine language
Represent(s)the millions of on/off circuits within the computer
sentinel
Represent(s)the millions of on/off circuits within the computer
pseudocode
Represent(s)the millions of on/off circuits within the computer
hardware
Represent(s)the millions of on/off circuits within the computer
flowchart
Represent(s)the millions of on/off circuits within the computer
flowlines
Represent(s)the millions of on/off circuits within the computer
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
56
Match between columns
Contents are lost when the computer is turned off or loses power
volatile memory
Contents are lost when the computer is turned off or loses power
software
Contents are lost when the computer is turned off or loses power
syntax error
Contents are lost when the computer is turned off or loses power
machine language
Contents are lost when the computer is turned off or loses power
sentinel
Contents are lost when the computer is turned off or loses power
pseudocode
Contents are lost when the computer is turned off or loses power
hardware
Contents are lost when the computer is turned off or loses power
flowchart
Contents are lost when the computer is turned off or loses power
flowlines
Contents are lost when the computer is turned off or loses power
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
57
Match between columns
Instructions that tell the computer what to do
volatile memory
Instructions that tell the computer what to do
software
Instructions that tell the computer what to do
syntax error
Instructions that tell the computer what to do
machine language
Instructions that tell the computer what to do
sentinel
Instructions that tell the computer what to do
pseudocode
Instructions that tell the computer what to do
hardware
Instructions that tell the computer what to do
flowchart
Instructions that tell the computer what to do
flowlines
Instructions that tell the computer what to do
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
58
Match between columns
Equipment, or the physical devices, associated with a computer
volatile memory
Equipment, or the physical devices, associated with a computer
software
Equipment, or the physical devices, associated with a computer
syntax error
Equipment, or the physical devices, associated with a computer
machine language
Equipment, or the physical devices, associated with a computer
sentinel
Equipment, or the physical devices, associated with a computer
pseudocode
Equipment, or the physical devices, associated with a computer
hardware
Equipment, or the physical devices, associated with a computer
flowchart
Equipment, or the physical devices, associated with a computer
flowlines
Equipment, or the physical devices, associated with a computer
documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
59
Discuss two ways that you can enter a program into a computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
60
What are some of the features provided by modern programming languages that were not available in older programming languages?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.