Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

for Assembly language 1. How many values can we store in this array: Dim abc(35) As Integer 2. Given the following code: For i As

for Assembly language
1. How many values can we store in this array:
Dim abc(35) As Integer
2. Given the following code:
For i As Integer = 1 to 76
Print( RandomInt(12, 54) )
Next
a. How many numbers will print:
b. What is the largest possible number that will print
3. You have an array - nn - which is declared as follows:
Var nn() As Integer = Array( 3, 5, 65, 19, 39 )
a. What command would print the number of integers in nn?
Print( ________________________________________ )
b. What expression represents the 19 ? (use nn and an index)
4. Expression as a decimal value the binary value 10110000
5. Expression as a binary number - the decimal value 282
6. What would print:
Var aNum As Integer = 32.76
Print( Str( aNum ) )
7. What would print if
Var aNum As Double = 34.5678749
Print( Format( aNum, "###.####" ) )
8. Var aMsg As String
aMsg = "the bumble bee is eating a bagel in boston"
using aMsg - and String methods, write an expression that
would return
a. bumble bee
b. bagel
1
c. would return the index for "boston"
d. eating a bagel
e. bee in boston (it is ok to concatenate different
Strings)
f. the bumble bee
g. boston
h. the bumble bee is eating a bologna sandwich in boston

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

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

Recommended Textbook for

How To Build A Million Dollar Database

Authors: Michelle Bergquist

1st Edition

0615246842, 978-0615246840

More Books

Students also viewed these Databases questions

Question

describe the stages involved in human resource planning

Answered: 1 week ago

Question

What are the role of supervisors ?

Answered: 1 week ago

Question

=+j on to staff their operations in the global marketplace.

Answered: 1 week ago