placeholder image to represent content

Who is the smartest and fast?

Quiz by Ulbolsyn

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    Напишите правильный код для рисования окружности
    ellipse(X,Y,R);
    circle(X,Y,R);
    circle(x1,y1,x2,y2,R);
    ellipse(x1,y1,x2,y2,R);
    20s
  • Q2
    Какой рисунок получится по данному коду?
    Question Image
    корабль
    дом
    крыша дома
    пирамида
    120s
  • Q3
    Оператор множественного выбора:
    if
    else
    if else
    switch
    20s
  • Q4
    Найдите правильный код для рисования отрезка
    line(x1,y1);
    moveto(x1,y1,x2,y2);
    lineto(x1,y1);
    line(x1,y1,x2,y2);
    20s
  • Q5
    Определите результат выполнения фрагмента программы: X=3, Y=5, Z=7; if (Y>X &&Y>Z) cout<<Y; else cout<<Z+X;
    7
    3
    5
    10
    30s
  • Q6
    К какому типу относится '758'?
    float
    int
    bool
    char
    20s
  • Q7
    Какой из ниже представленных команд подходит для рисования флажка?
    Question Image
    rectangle(x1,y1,y1,y2);
    line(x1,y1)
    lineto(x1,y1,x2,y2)
    rectangle(x1,x2,y1,y2,A,B)
    30s
  • Q8
    Ввод и вывод данных
    cin
    cout
    cin,cout
    if,else
    20s
  • Q9
    Приведите примеры значений переменных a и b, при которых составное условие a==3 && b>4 будет истинным.
    a=3, b= 7
    a=7, b=3
    a=3, b=4
    a=4, b=3
    30s
  • Q10
    Использование стандартных имен переменных:
    #include <cmath>
    using namespace std;
    #include <iostream>
    int main()
    20s

Teachers give this quiz to your class