You are on page 1of 6

ENGINEERING CLINICS TEST

our test has 9 questions (9 graded / 0 ungraded) with a total of 20 points possible.
1.

points
Calculate the smallest pulse period of the clock signal produced in a CC3200 (Consider
the full clock frequency)

0.1nS

0.125nS

0.5nS

0.002nS

2.

points
Calculate the ROM memory size of an MSP430 Board if it has a part number as
"MSP430F2616ATZQWT-EP"

Hint: Check "https://en.wikipedia.org/wiki/TI_MSP430#MSP430_part_numbering"

32K

48K
92K

120K

3.

points
CC3200 LaunchPad can be made to work in two modes, _____ mode and _____ mode

Functional

SPI Load

UART Load

FLASH Load

4.
points
NTFS is used to manage files on hard drives and other computer systems 

True

False
5.

points
What commands should be in the spaces below in the code, to get the results below?

Code Lines:

echo "Hi, ____________! Let us be friends."

echo "The last user was _____________! "

Results needed:

Blank 1 - Name of the login member

Blank 2 - Last Login Name

$INT

$USER

$LOGNAME

$TOKEN

6.

points
Which condition of the following will prevent a washing machine from functioning?

1. Alignment problem

2. Drum Cleaning problem

3. Function Settings problem

Option 1 and 2

Option 2 and 3

Option 1 and 3

7.

points
In a balanced wheatstone bridge, the excitation voltage is,

Zero

One

Infinity

None of the above


8.

points
Find the Colour represented by the Hex Code "#C0C0C0"?

Hint Examples: 

Hex Code Decimal Code


Colour Name
#RRGGBB (R,G,B)

Black #000000 (0,0,0)


White #FFFFFF (255,255,255)
Red #FF0000 (255,0,0)
Lime #00FF00 (0,255,0)
Blue #0000FF (0,0,255)
Yellow #FFFF00 (255,255,0)
Cyan / Aqua #00FFFF (0,255,255)
Magenta #FF00FF (255,0,255)
Gray #808080 (128,128,128)
Maroon #800000 (128,0,0)
Green #008000 (0,128,0)
Purple #800080 (128,0,128)

Magenta

Silver

Teal
Navy Blue

9.
points
Write an Energia code for the following conditions;

Tone generation output by mini speaker for the below given MP3 Download Link:

https://freeringtonesmobile.net/ring/dowload?id=6170&type=mp3

Model Tutorial Link: 

https://www.instructables.com/id/Translate-Songs-to-Be-Played-on-Arduino/

You might also like