top of page
Search
  • Writer's pictureAdeeb Technology Lab

Chapter No 12 (Part A) Introduction to Information and Communication Technologies

MCQs Solution



A computer program is a collection of _____ that are carried out by the computer's CPU.

A. instructions✔

B. loops

C. steps

D. algorithms


Programming languages enable programmers to describe programs. This description is called _____ .

A. an OOP✔

B. source code

C. an interpreter

D. an object


_____ is a simplified natural language version of a program.

A. Pseudocode✔

B. Control flow

C. Algorithm

D. A flowchart


A loop repeats until a (n) _____ is met.

A. object

B. error

C. exit condition✔

D. syntax


One goal of _____ is development of readable code.

A. programming languages

B. interpreters

C. compilers✔

D. structured programming


_____ builds on and enhances structured programming.

A. A compiler

B. A programming Language

C. Object-oriented programming

D. Program control flow✔


A(n) _____ is steps to solve a problem that is not guaranteed to provide an answer.

A. algorithm

B. IPO chart

C. heuristic✔

D. Flowchart


The 1s and 0s that CPUs can understand is called its _____ .

A. Syntax

B. interrupt

C. interpreter

D. machine language✔


A(n) _____ file is a partial .exe file that has its commands accessed by other programs.

A . ini

B. dll✔

C. bat

D. dat


The order in which program statements are executed is called _____ .

A. program control flow✔

B. program syntax

C. programming language

D. program execution

741 views0 comments

Comentarios


bottom of page