Quiz C# Clase 5

Quiz C# Clase 5

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

FEEDBACK LOG, 2023-3

FEEDBACK LOG, 2023-3

6th - 8th Grade

14 Qs

Examen de python

Examen de python

1st - 12th Grade

10 Qs

introduccion a Lenguaje C#

introduccion a Lenguaje C#

7th - 9th Grade

10 Qs

Arduino básico

Arduino básico

6th - 8th Grade

10 Qs

Quiz de refuerzo, tecnología Segundo Trimestre

Quiz de refuerzo, tecnología Segundo Trimestre

1st - 12th Grade

14 Qs

SEACSO cat 5 mock test

SEACSO cat 5 mock test

8th Grade

15 Qs

Redes Sociales

Redes Sociales

8th Grade - University

10 Qs

Condiciones y el Botón

Condiciones y el Botón

7th Grade

10 Qs

Quiz C# Clase 5

Quiz C# Clase 5

Assessment

Quiz

Instructional Technology

6th - 8th Grade

Medium

Created by

Pato Albornoz

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Nombre y apellidos del alumno:

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. ¿Qué carácter usamos en C# al final de la mayoría de los comandos?

espacio

punto y coma

coma

guión medio

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Seleccione el tipo de variable correcto que puede guardar el nombre de usuario:

string nombre;

char nombre;

int nombre;

bool nombre;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Para almacenar numeros con decimales, podemos usar el tipo:

bool

double

int

char

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué palabra clave representa un valor inmutable? (que no cambia)

int

double

public

const

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cual es el papel que toma la funcion: int.Parse() en el siguiente codigo?

int numeroIngresado = int.Parse(Console.ReadLine());

Convertir texto en un valor entero

Cambia el valor de float a int

Recuperar texto de la consola

No hace nada, podemos eliminarlo

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La variable declarada como char podrá contener:

Número con punto decimal

Cadena de caracteres

Entero

Un carácter

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?