ldentify a statement that tells the compiler to merge the codes contained in an
iostream file with current source code file.
TOPIC 2: BASIC PROGRAM ELEMENTS
Quiz
•
Education
•
University
•
Medium
Used 25+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ldentify a statement that tells the compiler to merge the codes contained in an
iostream file with current source code file.
#include iostream
#include <iostream>;
#include <iostream>
#include (iostream)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify a VALID identifier.
Total Sum
1Total Sum
Total%Sum
Total_Sum
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Name the type of variable that can be used from any part of including within functions.
local variable
global variable
scope variable
universal variable
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the CORRECT syntax to declare a constant.
constant char GRADE= A;
constant char GRADE = 'A':
const char GRADE = A;
const char GRADE ='A';
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select a syntax that allows a user to input the value of CGPA.
cin >> CGPA;
cin<< "CGPA";
cout <<" Please enter your CGPA";
cout>>" Please enter your CGPA";
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If variable is used to store value of payment, the suitable data type for the variable is
int
char
float
string
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the operator that compares between two variables.
==
=
++
--
12 questions
Квіз з програмування: Вказівники та динамічна пам'ять
Quiz
•
University
10 questions
Regresion Lineal
Quiz
•
University
10 questions
COST OF PRODUCTION, SHORT AND LONG RUN
Quiz
•
University
10 questions
IF
Quiz
•
University
11 questions
Python - Data Types
Quiz
•
12th Grade - University
15 questions
Simplex Method (Quiz 1)
Quiz
•
University
12 questions
JAVA FUNDAMENTALS
Quiz
•
University
11 questions
React JS
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade