CS1570 – Question 1: Which of these is not a numeric data type? (Solution)

$ 29.99
Category:

Description

1 – integer
2 – double
3 – boolean4 – float
Answer – 3
Question 2: Which of the following is a reserved c++ keyword?
1 – buddy 2 – friend
3 – pal
4 – homeslice
Answer – 2
Question 3: What does the & symbol mean in C++?
1 – address of
2 – and
3 – not
4 – value of
Answer – 1
Question 4: You do not need to document your functions in CS1570 1 – true
2 – false
3 – sometimes
4 – I don’t know
Answer – 2
Question 5: What is “OOP”?
1 – Only Once Programming
2 – Object Oriented Programming3 – What I say when I stub my toe 4 – Ope, oh peanuts.
Answer – 2
Question 6: How many significant digits can a float have?
1 – 9
2 – 8 3 – 7
4 – 6
Answer – 4
Question 7: If C is 3, then C++ is:
1 – An object oriented programming language
2 – 4
3 – Amazing
4 – All of the above
Answer – 4
Question 8: What is the maximum value of a signed integer in C++?
1 – 81
2 – 2147483647
3 – 11
4 – -12
Answer – 2
Question 9: What does == do in C++?
1 – Sets the left variable equal to the right value
2 – Checks the validity of a data type in C++
3 – Checks if 2 values are equal to each other4 – All of the above
Answer – 3
Question 10: Can you lose money in this game show?
1 – Yes 2 – No
3 – Don’t pick this one
4 – Don’t pick this one either
Answer – 1

Reviews

There are no reviews yet.

Be the first to review “CS1570 – Question 1: Which of these is not a numeric data type? (Solution)”

Your email address will not be published. Required fields are marked *