C- Hello World

C- Hello World

Professional Development

6 Qs

quiz-placeholder

Similar activities

Repositorios de código

Repositorios de código

Professional Development

10 Qs

Marathon - Unit 1

Marathon - Unit 1

Professional Development

8 Qs

OCR GCSE Computing 2.5 Programming Languages and IDE

OCR GCSE Computing 2.5 Programming Languages and IDE

KG - Professional Development

10 Qs

PST Using C Part1

PST Using C Part1

Professional Development

10 Qs

tipos y gestores de archivos Eric y Ibrahima

tipos y gestores de archivos Eric y Ibrahima

Professional Development

10 Qs

Android Application

Android Application

Professional Development

10 Qs

Android

Android

Professional Development

10 Qs

Primeros pasos con PowerShell

Primeros pasos con PowerShell

Professional Development

11 Qs

C- Hello World

C- Hello World

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Student Tutor C21

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which category belongs the C programming language? (¿A qué categoría pertenece el lenguaje de programación C?)

  • Interpreted language

  • Compiled language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the common extension for a C source file? (¿Cuál es la extensión habitual de un archivo fuente C?)

.gcc

.gnu

.c

.cc

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the common extension for a C header file? (¿Cuál es la extensión habitual de un archivo de encabezado C?)

.hpp

.h

.header

.ch

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command can be used to compile a C source file? (¿Qué comando se puede utilizar para compilar un archivo fuente C?)

bash

c-compiler

gnu

gcc

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are both valid comment syntaxes in ANSI C, and Betty-compliant?

(¿Cuáles de las siguientes son sintaxis de comentario válidas en ANSI C y compatibles con Betty?)

Media Image
Media Image
Media Image
Media Image
Media Image

Answer explanation

La correcta señalización para la el comentario multilíneas es:

/**

  • * Comment

  • */

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the different steps to form an executable file from C source code

(Cuáles son los diferentes pasos para formar un archivo ejecutable a partir de código fuente C)

  • Preprocessing and compilation

  • Interpretation, compilation and assembly

  • Preprocessing, compilation, assembly, Interpretation and linking

  • Interpretation, assembly and compilation

  • Preprocessing, compilation, assembly, and linking