ITC Quiz 1

Descripción

ITC Quiz Summer
Ahmad Bilal0467
Test por Ahmad Bilal0467, actualizado hace más de 1 año
Ahmad Bilal0467
Creado por Ahmad Bilal0467 hace alrededor de 9 años
324
0

Resumen del Recurso

Pregunta 1

Pregunta
What is this >> (operator) is called as
Respuesta
  • Insertion operator
  • Extraction operator
  • Right shift operator
  • Left shift operator

Pregunta 2

Pregunta
What is the only function all C++ programs must contain?
Respuesta
  • start()
  • system()
  • main()
  • program()

Pregunta 3

Pregunta
What punctuation ends most lines of C++ code?
Respuesta
  • ;
  • :
  • ||
  • &&

Pregunta 4

Pregunta
Evaluate !(1 && !(0 || 1))
Respuesta
  • True
  • False

Pregunta 5

Pregunta
If you have scored has the 80 marks , and have achieved A Grade what will the following code display? if ( grade >= 60 ) cout << "Passed";
Respuesta
  • Passed
  • A garde
  • 4 Gpa

Pregunta 6

Pregunta
Computer XY int x = 21; double y = 6; double z = 14; y = x / z; x = 5.5 * y;
Respuesta
  • 8.1
  • 8.35
  • 8.5
  • 8

Pregunta 7

Pregunta
Which statement would be used to declare a 10-element integer array c?
Respuesta
  • array c = int[ 10 ];
  • c = int[ 10 ]
  • int array c[ 10 ]
  • int c[ 10 ]

Pregunta 8

Pregunta
cout << a << b << c << 'c';
Respuesta
  • bcbc
  • ccbc
  • abcc

Pregunta 9

Pregunta
Evaluate (true && true) || false
Respuesta
  • true
  • False

Pregunta 10

Pregunta
Evaluate (false && true) || true
Respuesta
  • True
  • False

Pregunta 11

Pregunta
What operator should be used to obtain following answer 74_______2=0
Respuesta
  • Addition
  • Logical Or
  • Modulus
  • Compliment
Mostrar resumen completo Ocultar resumen completo

Similar

Translations and transformations of functions
Christine Laurich
Data Types
Jacob Sedore
Waves
kate.siena
Computer science quiz
Ryan Barton
CCNA Security 210-260 IINS - Exam 1
Mike M
CCNA Security 210-260 IINS - Exam 2
Mike M
OCR Gateway GCSE P3 Revision Quiz
xhallyx
Digestive System Pre/Post Quiz
mkelemete
AQA Biology B1 Questions
Bella Statham
AQA Biology B2 Questions
Bella Statham
AQA Physics P1 Quiz
Bella Statham