Pre Test PF

Pre Test PF

University

12 Qs

quiz-placeholder

Similar activities

IT201 - Prelim Quiz 2 as of 12.13.18

IT201 - Prelim Quiz 2 as of 12.13.18

University

15 Qs

SLG IPC Week 4

SLG IPC Week 4

University

12 Qs

ENT110 C Programming Quiz2

ENT110 C Programming Quiz2

University

10 Qs

Computer Science

Computer Science

University

12 Qs

C++ 1st ONLINE QUIZ

C++ 1st ONLINE QUIZ

University

13 Qs

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

K1 - Pemrograman Web

K1 - Pemrograman Web

University

10 Qs

Python Algorithm

Python Algorithm

4th Grade - University

15 Qs

Pre Test PF

Pre Test PF

Assessment

Quiz

Computers

University

Medium

Created by

ROZAIDA (PMU)

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'if' statement in programming?

       Defining functions

       Printing output

Looping

  Conditional execution

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the 'else' statement executed in relation to the 'if' statement?

When the 'if' statement is not present

When the condition in the 'if' statement is true

When the 'if' statement is commented out

When the condition in the 'if' statement is false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

   Explain the concept of nested if-else statements in programming.

Nested if-else statements can only have one if statement inside another.

Nested if-else statements are used to create loops in programming.

Nested if-else statements provide a way to handle complex decision-making scenarios by nesting one if-else statement inside another.

Nested if-else statements are not supported in most programming languages.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.       What is the advantage of using a switch case statement over multiple if-else statement?

Switch case statements are less flexible.

Switch case statements are harder to read and understand.

Switch case statements are more efficient.

Switch case statements are not supported in all programming languages.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct identifier.

  (QAA2509P)

‘QAA2509P

QAA25_09P

“QAA2509P”

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Determine the syntax error based on coding below:

Int main(){

Int a=12, b=9, total;

total=a+b

Cout<<” the total is:”<<total<<endl;

a.       Using a wrong symbol in output stream

a.       Missing colon in line 3

a.       Missing semicolon in line 3

a.       Declaring variable in one line

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the CORRECT syntax to declare a variable name baby of string type.

string baby;

string baby:

string “baby”;

string ‘baby’;

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?