Funcții Pascal

Quiz
•
Computers
•
10th Grade
•
Medium
Mariana Goncear
Used 4+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Subprogramele care calculează și returnează o singură valoare se numesc
funcții
proceduri
programe
subprograme
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Selectați antetul corect
function f(x:integer; y:real);
function f(x:integer; y:real):integer;
function f(x:integer; var y:real):integer;
function f(x:integer):real;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce va afișa următorul program?
Program p;
Var x,y:integer;
Function F(a:integer; b:integer): integer;
Begin
a:=a+1; b:=a+b; f:=a*b;
end;
begin
x:=1; y:=2;
write(F(x,y)); write(F(x,x));
readln;
end.
84
86
68
48
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Variabilele declarate în partea declarativă a subprogramului se numesc
Variabile globale
Variabile locale
Parametri actuali
Parametri formali
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Variabilele declarate în partea declarativă a programului se numesc
Variabile globale
Variabile locale
Parametri actuali
Parametri formali
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tipul rezultatului unei funcții poate fi simplu predefinit sau string
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Procedurile sunt subprograme care calculează o singură valoare
True
False
Similar Resources on Wayground
10 questions
Latihan ICT Part 1

Quiz
•
10th Grade
10 questions
Lesson 1 Database Basics

Quiz
•
9th - 11th Grade
10 questions
PENGGUNAAN TIPE DATA PADA PROYEK PENGEMBANGAN PERANGKAT LUNAK

Quiz
•
10th Grade
10 questions
Python

Quiz
•
10th - 11th Grade
10 questions
Vocabulary Do Now 1

Quiz
•
9th - 12th Grade
10 questions
Pemrograman Dasar C++

Quiz
•
10th Grade
10 questions
Computer Grade 10 FTQuiz 1 - Visual Basic 2019 Quiz

Quiz
•
10th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade