Quiz 2

Quiz 2

University

15 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

University

20 Qs

Python Lists

Python Lists

University

20 Qs

Lists in Python 2

Lists in Python 2

10th Grade - University

20 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Java Static

Java Static

University

10 Qs

Bridge course with C

Bridge course with C

University

20 Qs

PY-BUILD

PY-BUILD

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?