
Python Beginner2

Quiz
•
Computers
•
9th Grade
•
Medium

Emsal Academy
Used 6+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki kodun çıktısı nedir?
print (9//2)
4
4,5
1
True
2.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki programın çıktısı nedir:
i = 0
while i < 3:
print (i)
i++
1 2 3
0 0 0
0 1 2 3
0 1 2
3.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
İfadenin çıktısı nedir: print (3*1**3)
3
9
27
81
4.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki programın çıktısı nedir:
print (0.1 + 0.2 == 0.3)
Not
and
True
False
5.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki programın çıktısı nedir:
print (1 + 2 == 3)
Not
and
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki kodun çıktısı nedir?
var1 = 1
var2 = 2
var3 = "3"
print(var1 + var2 + var3)
6
33
123
Hata. Sayılar ve dizeler arasında operatörlerin karıştırılması desteklenmez
7.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Aşağıdaki kodun çıktısı nedir?
for i in range(10, 15, 1):
print( i, end=', ')
10, 11, 12, 13, 14,
10, 11, 12, 13, 14, 15,
10, 11, 12, 13, 14, 15, 16
10, 11, 12, 13
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Teknoloji ve Donanım 1. Dönem 1. Yazılı

Quiz
•
8th Grade - University
20 questions
quiz dasar python

Quiz
•
1st Grade - University
20 questions
Qeyri-ixtisas KSQ

Quiz
•
9th Grade
30 questions
C# PROGRAMLAMA

Quiz
•
9th - 10th Grade
30 questions
GDSC DEU & PYTHON

Quiz
•
9th - 12th Grade
20 questions
Python Programlama Soruları(Quiz2)

Quiz
•
9th Grade
25 questions
EXCEL QUIZ-01

Quiz
•
9th - 10th Grade
20 questions
Python First Steps Homework Quiz

Quiz
•
7th - 9th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th 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
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade