Programming Fundamentals MCQs

Programming Fundamentals MCQs

Looking for a cool way to test your knowledge and skills about Programming Fundamentals? Our Free Programming Fundamentals MCQ questions answers page is the perfect place to start. It’s Free! Check it out.

1: What is an algorithm?

A.   A mathematical process

B.   A set of instructions or rules designed to solve a definite problem

C.   A computer language

D.   An artificial intelligence program

2: What is a computer program?

A.   A set of data

B.   A digital system

C.   An organized collection of instructions

D.   An output device

3: What is an API?

A.   Application Programming Interface

B.   Algorithm Programming Index

C.   Automated Programming Information

D.   Artificial Programming Intelligence

4: What is an argument in programming?

A.   A program written in a specific language

B.   A value that is passed into a command or function

C.   A group of commands or functions

D.   An instruction to a computer

5: What does Boolean expression or Boolean logic refer to?

A.   Database expressions

B.   Programming languages

C.   Mathematical equations

D.   Statements that are either TRUE or FALSE

6: Data stored ________ is lost when the computer is powered down.

A.   On CD ROM

B.   In RAM

C.   On a backup tape

D.   On the hard disk

E.   None of the above

7: Every byte in the computer's memory is assigned a unique ________.

A.   Pointer

B.   Address

C.   Dynamic allocation

D.   Name

E.   None of these

8: A ____ is a temporary detour in the logic of a program.

A.   Sequence break

B.   Control break

C.   Control sequenced.

D.   Break control.

9: A partially filled array is normally used with ________.

A.   An accompanying integer variable that holds the number of items that are actually stored in the array

B.   A library function that performs array insertions

C.   An accompanying variable that holds a copy of the last item stored in the array

D.   A warning to the user that some of the elements contain invalid values

E.   None of these

10: A(n) ____ is a numeric variable used for adding together something.

A.   Incrementer

B.   Updater

C.   Counter

D.   Accumulator.