Fondamenti del linguaggio C

Fondamenti del linguaggio C

11th Grade

20 Qs

quiz-placeholder

Similar activities

Livello trasporto del modello ISO/OSI

Livello trasporto del modello ISO/OSI

11th Grade

16 Qs

Storia Informatica

Storia Informatica

9th - 12th Grade

20 Qs

SICUREZZA INFORMATICA

SICUREZZA INFORMATICA

9th - 12th Grade

20 Qs

C++ cilci

C++ cilci

9th - 12th Grade

25 Qs

Quiz sui Fondamenti di Informatica

Quiz sui Fondamenti di Informatica

7th Grade - University

15 Qs

IL MANIFESTO DELLA COMUNICAZIONE NON OSTILE

IL MANIFESTO DELLA COMUNICAZIONE NON OSTILE

1st Grade - University

15 Qs

สอบกลางภาค C++ 1/2562

สอบกลางภาค C++ 1/2562

KG - 12th Grade

15 Qs

Ripasso Vettori/Array in c++  4D sia anno 25/26

Ripasso Vettori/Array in c++ 4D sia anno 25/26

11th Grade

15 Qs

Fondamenti del linguaggio C

Fondamenti del linguaggio C

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Nicola Sanna

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quali sono i principali tipi di dati in C?

int, float, double, char, void

string

array

boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cosa rappresenta il tipo di dato 'int'?

Un numero intero.

Un carattere singolo.

Un numero decimale.

Una stringa di testo.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual è la differenza tra 'float' e 'double'?

Float utilizza 64 bit e ha più precisione di double.

Float utilizza 32 bit e ha meno precisione rispetto a double che utilizza 64 bit.

Float e double sono equivalenti in termini di precisione.

Double utilizza 32 bit e ha meno precisione di float.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Come si dichiara una variabile in C?

int x;

double a;

char z;

float y;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cosa fa la funzione 'printf'?

Stampa output formattato su standard output.

Compila il codice sorgente

Gestisce la memoria del computer

Esegue operazioni matematiche

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual è la sintassi per leggere un input da tastiera?

scan_input()

get_input()

read_input()

input()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Come si gestisce l'input di tipo stringa in C?

Utilizzare 'getchar' per leggere l'input delle stringhe.

Gestire le stringhe come interi.

Utilizzare 'printf' per l'input delle stringhe.

Utilizzare 'scanf' o 'fgets' per l'input e gestire le stringhe come array di caratteri.

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?

Discover more resources for Computers