Clasa10 Array,string

Clasa10 Array,string

9th - 10th Grade

11 Qs

quiz-placeholder

Similar activities

Tin 8/1

Tin 8/1

KG - University

10 Qs

Kewargaan Digital

Kewargaan Digital

10th Grade

10 Qs

Ulangan semster genap

Ulangan semster genap

10th Grade

10 Qs

MODULE 8 PRE TEST

MODULE 8 PRE TEST

10th Grade

10 Qs

Installing and Carrying Out  Variation of Application Software

Installing and Carrying Out Variation of Application Software

10th Grade

10 Qs

J277 - 1.1 Systems Architecture MCQs 2

J277 - 1.1 Systems Architecture MCQs 2

10th - 11th Grade

11 Qs

Kuis Revolusi Industri

Kuis Revolusi Industri

10th Grade

15 Qs

Y12 Data Rep Images

Y12 Data Rep Images

9th - 12th Grade

11 Qs

Clasa10 Array,string

Clasa10 Array,string

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Vera Kozlova

Used 52+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Declarea unui tabel  liniar cu 10 componente fracţionare?
TYPE t=ARRAY[3..11] OF real;
VAR X:t;
TYPE t=ARRAY[2..11,1..4] OF INTEGER;
VAR X:t;
TYPE t=ARRAY[2..11] OF real;
VAR X:t;
TYPE t=string[100];
VAR X:t;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Declarea unui tabel  liniar cu 10 componente întregi?
TYPE t=ARRAY[-2..7] OF INTEGER;
VAR X:t;
TYPE t=ARRAY[2..11,1..4] OF INTEGER;
VAR X:t;
TYPE t=ARRAY[2..12] OF integer;
VAR X:t;
TYPE t=string[100];
VAR X:t;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Declarea unui tabel dreptunghiular?
TYPE t=ARRAY[2..11] OF INTEGER;
VAR X:t;
TYPE t=ARRAY[2..11,1..4] OF INTEGER;
VAR X:t;
TYPE t=ARRAY[2..11] OF real;
VAR X:t;
TYPE t=string[100];
VAR X:t;

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Declarea unui sir de caractere de lungime maxima?

Type t=string{251}

Var x:t;

TYPE t=string;

VAR X:t;

TYPE t=string[254];

VAR X:t;

TYPE t=string[100];

VAR X:t;

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Declarea unui sir de caractere de lungime 100 caractere?

TYPE t=string{1..100}

VAR X:t;

TYPE t=string[1..98];

VAR X:t;

TYPE t=ARRAY[2..11] OF real;

VAR X:t;

TYPE t=string[100];

VAR X:t;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Se dă declaraţia:

Type tabel=array[1..5] of integer;

Var t : tabel;

Precizaţi indicii tabelului.

1,5

1,2,3,4,5

integer

tabel

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Se dă declaraţia:
Type tabel=array[1..5] of integer;
Var t : tabel;
Precizaţi tipul componentelor tabelului.
1-5
1,2,3,4,5
integer
tabel

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?