Search Header Logo

Pre Test PF

Authored by ROZAIDA (PMU)

Computers

University

Used 1+ times

Pre Test PF
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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’;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?