Review of the first class

Review of the first class

Professional Development

7 Qs

quiz-placeholder

Similar activities

LPU-Almacén II

LPU-Almacén II

Professional Development

10 Qs

Análisis Cluster

Análisis Cluster

Professional Development

10 Qs

ATENCION AL CLIENTE

ATENCION AL CLIENTE

Professional Development

10 Qs

Lecture 02 - Javascript I

Lecture 02 - Javascript I

Professional Development

11 Qs

Costos y Gastos

Costos y Gastos

Professional Development

10 Qs

INDICADOR-II- P.E - VI . M.A.

INDICADOR-II- P.E - VI . M.A.

Professional Development

10 Qs

IF-REPASO GENERAL 2º CUATR.

IF-REPASO GENERAL 2º CUATR.

Professional Development

10 Qs

SALARIO BASE DE COTIZACION

SALARIO BASE DE COTIZACION

Professional Development

10 Qs

Review of the first class

Review of the first class

Assessment

Quiz

Other

Professional Development

Hard

Created by

hr pegatron

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué es IDLE?

What is an IDLE?

Un Entorno de Aprendizaje de Diseño Integrado

An Integrated Designing Learning Environment

Es un un género de videojuegos en el que solo se hace «clic»

It's a genre of video games that you just have to "click" on

Es un Entorno de Desarrollo y Aprendizaje Integrado An Integrated Development an Learning Enviroment

Es estar inactivo o no realizar su trabajo

Is to be inactive or not working at a job

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué es un programa?

What is a program?

Proyecto que es transmitido a través de un medio de comunicación

A project that is transmitted through a media

Serie ordenada de operaciones necesarias para llevar a cabo un proyecto

An ordered series of operations necessary to carry out a project

Un itinerario establecido para cumplir con el horario de un evento

An established itinerary to comply with the schedule of an event

Un código fuente, que permite realizar una tarea especifica en una computadora

A source code, which allows a specific task to be performed on a computer

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué es un compilador?
What is a compiler?

Es un programa de junta todos los archivos

It is a program that brings together all the files

Es un tipo de traductor que transforma todo un código fuente a código maquina, para que pueda ser ejecutado

Is a type of translator that transform an source code into machine code to be executed

Es un programa que se usa para traducir del idioma inglés al español

It is a program that is used to translate from English to Spanish

Es un traductor que utiliza inteligencia artificial

It is a translator that uses artificial intelligence

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

¿Qué hace un interprete?

What does an interpreter do?

Transmitir un mensaje y presentarlo ante una multitud de personas

Transmit a message and present it to a crowd of people

Ejecuta piezas artisticas o musicales

Perform artistic or musical pieces

Traduce lo que se vaya necesitando, instrucción por instrucción, y no suele guardar el resultado la traducción

Translate what is needed, instruction by instruction, and do not usually save the result of the translation

Ejecutar inmediatamente el codigo fuente

Execute the source code immediately

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué es una variable?

What is a variable?

Es un espacio en memoria, donde se guardan y recuperan los datos que utiliza el programa

Is a space in memory where the data used by a program is stored and retrieved

Es una característica, cualidad o propiedad observada que puede adquirir diferentes valores

It is an observed characteristic, quality or property that can take on different values

Es un símbolo constituyente de un predicado, fórmula, algoritmo o de una proposición

It is a constituent symbol of a predicate, formula, algorithm or proposition

Es una propiedad que puede fluctuar y es susceptible de medirse u observarse

It is a property that can fluctuate and is susceptible to being measured or observed

6.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

¿Cuáles son las características de una variable?

What are the characteristics of a variable?

Cada una debe tener un nombre para identificarla y referirse a ella

Each one must have a name to identify and refer to it

El nombre no puede coincidir con los comandos asignadosThe name cannot match the assigned commands

No debe contener espacios en blanco

It must not contain blank spaces

Variables de texto deben estar entre comillas

Text variables must be between quotes

Es sensible a mayúsculas y minúsculas

It is sensitive to upper and lower case

7.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

¿Cuáles son los tipos de variables?

What are the types of variables?

Variables de formulas: fx

Formula variables: fx

Variables de números enteros: int

Integer variables: int

Variables de números decimales: float

Decimal variables: float

Variables de texto: strings

Text variables: strings