ITC Quiz 1

Descrição

ITC Quiz Summer
Ahmad Bilal0467
Quiz por Ahmad Bilal0467, atualizado more than 1 year ago
Ahmad Bilal0467
Criado por Ahmad Bilal0467 aproximadamente 9 anos atrás
324
0

Resumo de Recurso

Questão 1

Questão
What is this >> (operator) is called as
Responda
  • Insertion operator
  • Extraction operator
  • Right shift operator
  • Left shift operator

Questão 2

Questão
What is the only function all C++ programs must contain?
Responda
  • start()
  • system()
  • main()
  • program()

Questão 3

Questão
What punctuation ends most lines of C++ code?
Responda
  • ;
  • :
  • ||
  • &&

Questão 4

Questão
Evaluate !(1 && !(0 || 1))
Responda
  • True
  • False

Questão 5

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

Questão 6

Questão
Computer XY int x = 21; double y = 6; double z = 14; y = x / z; x = 5.5 * y;
Responda
  • 8.1
  • 8.35
  • 8.5
  • 8

Questão 7

Questão
Which statement would be used to declare a 10-element integer array c?
Responda
  • array c = int[ 10 ];
  • c = int[ 10 ]
  • int array c[ 10 ]
  • int c[ 10 ]

Questão 8

Questão
cout << a << b << c << 'c';
Responda
  • bcbc
  • ccbc
  • abcc

Questão 9

Questão
Evaluate (true && true) || false
Responda
  • true
  • False

Questão 10

Questão
Evaluate (false && true) || true
Responda
  • True
  • False

Questão 11

Questão
What operator should be used to obtain following answer 74_______2=0
Responda
  • Addition
  • Logical Or
  • Modulus
  • Compliment

Semelhante

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