Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please answer all questions ASAP and please ignore the selected answers.. Question 1 (4 points) Saved Which storage component is the fastest and the most

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
please answer all questions ASAP and please ignore the selected answers..
Question 1 (4 points) Saved Which storage component is the fastest and the most expensive? CPU Cache Memory Main Memory O HDD SSD Question 2 (6 points) Saved Select devices that falls under input device category mouse A secondary storage monitor keyboard touch screen Oprinter Question 3 (6 points) Saved Select answers that properly describe the compiler-based programming languages Compiler-based languages are suitable for developing casual programs, as they have easy programming capability. Compiler directly executes/performs instructions written in a program. Compiler translates a program written in a high-level language into machine language. C++ and Java fall under this category. Question 4 (4 points) Saved Which of the following is not included in the compiler package/IDE? Loader Library Compiler Editor Linker O Preprocessor Question 5 (6 points) Saved Select all properties of object-oriented programming There is an object that combines data and operations of the data A program is a collection of interacting objects Divide a problem into smaller subproblems Modular programming Which of the following is NOT reserved words (keywords)? O cout O int const double Question 7 (5 points) Saved Which of the following is an illegal identifier? 2nd conversion 1 O PAY_RATE O _uint16 Question 8 (5 points). Saved What's the range of 'unsigned char' data type? O-128 - +127 O 0- +255 O 0- +65535 -3.4E+38 - +3.4E+38 10 Question 9 (4 points) According to ASCII table, 'A' corresponds to the ASCII code 65. In the following program snippet, would both the variables chr1 and chr2 store the same value? char chr1 = 65; char chr2 = 'A'; True False Question 10 (6 points) If we convert a real number 0.18 into a floating-point notation, it becomes 1.8E-1. Now convert a real number 0.018 into a floating-point notation. Question 11 (6 points) Evaluate 11 % 3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Explain the purpose of a package diagram.

Answered: 1 week ago