Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Multiple choice questions (3 points each) 21. A program is considered portable if it. .. can be rewritten in a different programming language without losing

image text in transcribed
Multiple choice questions (3 points each) 21. A program is considered portable if it. .. can be rewritten in a different programming language without losing its meaning. can be quickly copied from conventional RAM into high-speed RAM. can be executed on multiple platforms. none of the above a. b. c. d. 22. Which list contains the correct hexadecimal translation (in order) of the following unsigned decimal integers? 33, 95, 257 a. 21, 5F, 101 b. b. 22, 5E, 11A c. c. 6A, 5F, 101 d. d. 21, 62, 103 23. What is the name of the lowest 8 bits of the EDX register? a. DL b. DH c. DX d. none of the above 24. Within the CPU, all calculations and logic operations take place inside the a. registers b. ALU c. CU d. MBU 25. Which register is known as a loop counter? a. EAX b. EBX c. ECX d. EDX 26. Given the following array definition, which letter choice contains a valid constant declaration named ArrayCount that automatically calculates the number of elements in the array? newArray DWORD 10,20,30, 40,50 a. ArrayCount newArray -$ b. ArrayCount (S-newArray)/4 c. ArrayCount DWORD S - newArray d. ArrayCount (newArray - $)/4

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

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

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions

Question

=+a. What type of probability distribution does x have?

Answered: 1 week ago