Computer Science Online Courses

Computer Fundamentals MCQs

Computer Fundamentals MCQ PDF - Topics

High Level Programming MCQ Quiz Online

Practice High Level Programming Multiple Choice Questions (MCQ), High Level Programming quiz answers PDF to learn computer fundamentals online course for computer fundamentals classes. Programming Languages and Style Multiple Choice Questions and Answers (MCQs), High Level Programming quiz questions for online computer science schools. "High Level Programming MCQ" PDF Book: data types and structures, subroutines, procedures and functions, introduction to high level languages test prep for online computer science engineering.

"In the line "100 INPUT NUM" of a BASIC program, NUM is if chosen by programmer is classified as" MCQ PDF: high level programming with choices real constants, exponents, identifier, and reserved variable for online computer science schools. Learn high level programming quiz questions for merit scholarship test and certificate programs for online college courses.

MCQs on High Level Programming Quiz

MCQ: In the line "100 INPUT NUM" of a BASIC program, NUM is if chosen by programmer is classified as

real constants
exponents
identifier
reserved variable

MCQ: In the line "100 INPUT NUM" of a BASIC program, the 'INPUT NUM' is

line statement
single instruction
reserved words
expression

MCQ: In the line "300 INPUT NUM: PRINT 4.2*NUM*NUM+17" of a BASIC program, the '300' is

line number
single number
variable
identifier

MCQ: In the line "750 INPUT NUM: PRINT 7.3*NUM*NUM+15" of a BASIC program, the '7.3*NUM*NUM+15' is

an expression
an exponent
a fixed identifier
reserved identifier

MCQ: In the line "200 INPUT NUM: PRINT 5.8*NUM+5" of a BASIC program, the 'PRINT 5.8*NUM+5" ' is

reserved expression
statement
single variable
double identifier