
ТЕСТ 11 кл О152

Quiz
•
Computers
•
11th Grade
•
Hard
Гулдана Набек
Used 4+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Монитор экранына ақпаратты шығаратын функция:
WRITE()
PRINT()
LOG()
OUT()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Бағдарлама қандай нәтиже шығарады?
i=0
i<0
i+=1
s+=i
print(s)
0
i
1
s
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Бағдарлама қандай нәтиже шығарады?
a=1
b=1
print(a!=b)
1
True
0
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Бағдарлама қандай нәтиже шығарады?
a="Salem"
b=5
print(b*a)
5Salem
m
SalemSalemSalemSalemSalem
Salem5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Бағдарлама қандай нәтиже шығарады?
a=-10
if a>0
print('on san')
elif a==0:
print('0-ge ten')
else
print('teris san')
0-ge ten
teris san
on san
0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python -дағы жолдық типті көрсетіңіз?
int()
float()
bool()
str()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Бағдарлама қандай нәтиже шығарады?
x=23
num=0 if x>10 else 11
print (num)
23
1
0
11
Create a free account and access millions of resources
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade