Tuesday, December 29, 2015

PT1420 Intro to Programming Midterm Review


PT1420 Intro to Programming Midterm Review
Intro to Programming Midterm
Programs that make a computer useful for everyday use are known as 
Which of the following is not an OS? 
What function does an interpreter perform with the instructions in a high level programming? 
The term used for a set of rules that must be strictly followed when writing a program?
The first high-level programming language designed that could perform complex math code was?
Which computer language uses short words also known as mnemonics for writing programs? 
The process known as the _________ cycle is used by the computer to execute instructions in a program.
Compared to an interpreted program a compiled program usually 
The following is an example written in which computer language? 
What is the encoding technique called that is used to store negative numbers in the computer’s memory? 
Which type of error produces incorrect results but does not prevent the program from running?
The program development cycle is made up of _____ steps that are repeated.
The informal language is called 
A ________ structure is a set of statements that execute in the order they appear.
Which of the following is used to represent an assignment statement in a flowchart? 
Which mathematical operator is used to raise 5 to the second power
The value of the expression 12-4*3/2+9 is
Which of the following is NOT a variable data type?
A value that cannot be changed during the programs execution is called
Which of the following is not a benefit of using modules?
Consider the following pseudo code?
Consider the following pseudo code?
What is the term used for the memory address of the location of the statement immediately after the module is called?
In a flowchart the module call is represented by a ______ .
What tool is used to visualize the relationship between modules? 
____________ is the term used for the variable that receives an argument that passes into a module.
Passing an argument by ________ means that a copy of the argument’s value is passed into the parameter variable.
Which type of variable is visible to every module and the entire program?
A pass by ________ argument means that the argument is passed.
Which structure is a logical design that controls the order in which statements executes?
Which of the following is not appropriate to use to program the statement?
The ___________ symbol indicates that some condition must be tested in a flowchart.
What type of operator can be used to determine whether a specific relationship exist between 2 values?
Which operator is used to determine that the operators are NOT exactly the same value? 
In a flowchart a ____ is used to represent data input
A _______ denotes a process.
____________ denotes input/output
Storage location in memory that is represented by name is called
Which of the following is not a valid variable name?
A set of well-defined logical steps that must be taken to perform a task is? 
Typically in conditions that require checking something is equivalent is? 
Which operator would make the following expression true? 

Consider the following: 
Consider the following: 
A local variable is a: 

Consider the pseudocode:

No comments:

Post a Comment