CHP 2 - BASIC ELEMENTS OF COMPUTER PROGRAMS

CHP 2 - BASIC ELEMENTS OF COMPUTER PROGRAMS

University

10 Qs

quiz-placeholder

Similar activities

Quiz 2: C++ Basics

Quiz 2: C++ Basics

University

11 Qs

Vòng lặp for

Vòng lặp for

7th Grade - University

10 Qs

Java Static

Java Static

University

10 Qs

IT MANAGER

IT MANAGER

University

15 Qs

python basics

python basics

11th Grade - University

15 Qs

Sense_The_Bug

Sense_The_Bug

University

15 Qs

Quiz Input dan Ouput C++

Quiz Input dan Ouput C++

University

10 Qs

Arrays and Functions

Arrays and Functions

University

12 Qs

CHP 2 - BASIC ELEMENTS OF COMPUTER PROGRAMS

CHP 2 - BASIC ELEMENTS OF COMPUTER PROGRAMS

Assessment

Quiz

Computers

University

Easy

Created by

Wan Anisha

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Below are the symbols used for comments EXCEPT:

//

$

/* ....*/

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of header file #include<iostream>?

Read and write

Comments

Read input and output statement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is CORRECT?

cout<<

cout>>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is NOT the rules of naming identifier?

Can have number in front

Cannot have any symbols except _

Cannot have blanks

May not be a reserved word

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___ can change its value during execution while ___ is fixed.

Variables, constant

Constant, variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below are not data type for numbers?

int

float

double

char

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is INCORRECT for initialization?

int num=5;

double price=RM24.50;

char ans='Y';

string name="ALI";

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?