
8 а тест

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
miraida Samuratova
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a=10
b=3
c=a/b
Print ('c =', int (c))
c+3=5
c=3
(c=2)
c+4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for i in range (1,10,2):
print ( i )
3
6
8
12
14
15
12
9
6
3
1
2
3
4
5
1
3
5
7
9
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of c in the given code?
a=10
b=3
c=a/b
Print ('c =', int (c))
c+2=5
c=3
c-2=8
c+4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
for i in range (1,10,2):
print ( i )
3
6
8
12
14
15
12
9
6
3
1
2
3
4
5
1
3
5
7
9
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
num = 5
if num % 2 == 0:
print('Even number')
else:
print('Odd number')
Even number
Odd number
5
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [4, 15, -3, 11, -10, 9]
print (a. index (-10))
11
15
4
-10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = [1, 2, 3, 4]
y = [5, 6, 7, 8]
z = x + y
print (z)
1 ,3 5 ,9 11,13 15, 17
[9 8 7 6 5 4 3 2 1]
[1, 2, 3, 4, 5, 6, 7, 8]
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Kiểm tra kiến thức về xâu ký tự

Quiz
•
11th Grade
10 questions
9-сынып. Python массив.

Quiz
•
1st - 9th Grade
15 questions
list in python

Quiz
•
10th - 12th Grade
10 questions
PYTHON (FOR LOOP)

Quiz
•
1st - 10th Grade
10 questions
DATAFRAME AND SERIES

Quiz
•
12th Grade
10 questions
Python Math

Quiz
•
1st - 12th Grade
10 questions
Bài tập thực hành 1 (tiết 2)

Quiz
•
12th Grade
12 questions
Lists IN PYTHON!!!!!!!!

Quiz
•
KG - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade