ee09_SG22.01

Quiz
•
Education, Computers
•
11th - 12th Grade
•
Medium
Paweł Szulczewski
Used 5+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Które z poleceń algorytmu odpowiada graficznej reprezentacji bloku (prostokąt) przedstawionego na obrazie?
n > 70
n ← n – 3
Wypisz w konsoli zmienną n
Wykonaj podprogram sortowania tablicy t
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Metoda projektowania algorytmów, polegająca na podziale problemu na dwa lub więcej mniejszych podproblemów, tak długo aż fragmenty staną się wystarczająco proste do bezpośredniego rozwiązania, to
dziel i zwyciężaj
sito Eratostenesa.
słowa Fibonacciego
sortowanie przez wybór
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Program zapisany w języku C++ ma za zadanie wczytać zmienną całkowitą liczba i wyświetlić ją wtedy, gdy przyjmuje trzycyfrowe wartości parzyste. Instrukcja warunkowa sprawdzająca ten warunek powinna zawierać wyrażenie logiczne
liczba % 2 == 0 || liczba > 99 || liczba < 999
liczba % 2 == 0 && liczba > 99 && liczba < 999
liczba % 2 == 0 || (liczba > 99 && liczba < 999)
liczba % 2 == 0 && (liczba > 99 || liczba < 999)
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
$x = 0;
while($x < 5) {
echo "$x,";
$x++;
}
Wskaż instrukcję równoważną funkcjonalnie do instrukcji while zapisanej w języku PHP.
for ($x=0; $x<5; $x++) {
echo "$x,";
$x++;
}
for ($x=0; $x<5; $x+=2) {
echo "$x,";
$x++;
}
for ($x=0; $x<5; $x++) {
echo "$x,";
}
for ($x=1; $x<=5; $x++) {
echo "$x,";
}
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
<?php
class Owoc {
function __construct() { echo "test1"; }
function __destruct() { echo "test2"; }
}
$gruszka = new Owoc();
?>
Co będzie wynikiem po wywołaniu przedstawionego skryptu?
Nie wyświetli się żaden napis
Wyświetli się tylko napis „test1”.
Wyświetli się tylko napis „test2”.
Wyświetlą się oba napisy: „test1” i „test2”.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
W języku C++ zdefiniowano zmienną char zm1[10];
Zmienna ta jest
liczbą.
znakiem.
tablicą znaków.
tablicą łańcuchów
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Która definicja tablicy asocjacyjnej w języku PHP jest poprawna składniowo?
$wiek = array("Anna"=35, "Ewa"=37, "Oliwia"=43);
$wiek = array([Anna, 35], [Ewa, 37], [Oliwia, 43]);
$wiek = array("Anna"=>"35", "Ewa"=>"37", "Oliwia"=>"43");
$wiek = array({"Anna", "35"}, {"Ewa", "37"}, {"Oliwia", "43"});
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
Tin - 12 - ck1

Quiz
•
12th Grade
35 questions
Test awal Pembelajaran HTML

Quiz
•
11th Grade
35 questions
Quiz Pemrograman Web XI RPL

Quiz
•
11th Grade
41 questions
Programacion

Quiz
•
9th - 12th Grade
40 questions
LATIHAN SOAL PRODUKTIF RPL

Quiz
•
9th - 12th Grade
41 questions
SQL IGCSE Quiz

Quiz
•
11th Grade
36 questions
Data and Database: SQL

Quiz
•
11th - 12th Grade
39 questions
HTML basic

Quiz
•
5th - 12th Grade
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 Education
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
10 questions
Impact of 9/11 and the War on Terror

Interactive video
•
10th - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
6 questions
Biography

Quiz
•
4th - 12th Grade
16 questions
Metric Conversions

Quiz
•
11th Grade
25 questions
ServSafe Foodhandler Part 3 Quiz

Quiz
•
9th - 12th Grade
10 questions
Fact Check Ice Breaker: Two truths and a lie

Quiz
•
5th - 12th Grade