Quiz 2

Quiz 2

University

15 Qs

quiz-placeholder

Similar activities

Java Static

Java Static

University

10 Qs

Programming Concepts in C

Programming Concepts in C

University

20 Qs

Python Lists

Python Lists

University

20 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Quiz 10

Quiz 10

University

10 Qs

Python Control Structures

Python Control Structures

University

20 Qs

Python

Python

University

20 Qs

Basic Python

Basic Python

University

20 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Mohand Mahmoud

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the alternative of x=x+5?

x+=5

x=+5

5+=x

Erorr

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start writing an if statement ?

if x > y:

if (x > y)

if x > y then:

if x>y {

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output of this code?

name="Ali"

out = name +"Ahmed"

print(out)

Ali Ahmed

Ali

Ahmed

Erorr

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 9

b = 5

print(a>b and 4>7)

what is the output of this code?

9>5 and 4>7

false

a>b and 4>7

Error

5.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

where can we use break?

if statement

ternary condition

while loop

for loop

switch statement

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does continue do?

skip iteration

call a method

go to a function

go out of loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

from what we can read input from user?

readlinesync();

Console.readline();

x=input()

cin>>;

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?