ee09_SG22.01
Quiz
•
Education, Computers
•
11th - 12th Grade
•
Practice Problem
•
Medium
Paweł Szulczewski
Used 5+ times
FREE Resource
Enhance your content in a minute
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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
40 questions
ÔN TẬP GK2
Quiz
•
11th Grade
40 questions
Sony Vegas Pro
Quiz
•
10th - 12th Grade
40 questions
Strategi Algoritma dan Pemrograman
Quiz
•
11th Grade
35 questions
Filosofía en su historia
Quiz
•
11th Grade
35 questions
SOAL MATERI CISCO PT 2
Quiz
•
12th Grade
42 questions
Kisi-Kisi PAT ASJ Kelas XI Tahun 2022-2023
Quiz
•
11th Grade
44 questions
AP Computer Science Principles Units 1, 2 & 3
Quiz
•
10th - 12th Grade
35 questions
EmTech Q1 Reviewer
Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Education
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
20 questions
Thanksgiving Trivia
Quiz
•
11th Grade
34 questions
Geometric Terms
Quiz
•
9th - 12th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
16 questions
Proportional Relationships And Constant Of Proportionality
Quiz
•
7th - 12th Grade
10 questions
DNA Replication Concepts and Mechanisms
Interactive video
•
7th - 12th Grade
10 questions
Unit 2: LS.Bio.1.5-LS.Bio.2.2 Power Vocab
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade
