Daily Assessment Test - 1

Daily Assessment Test - 1

Professional Development

17 Qs

quiz-placeholder

Similar activities

New_beggining

New_beggining

Professional Development

15 Qs

Spirit: Stallion of the Cimarron

Spirit: Stallion of the Cimarron

KG - Professional Development

20 Qs

Kemampuan English #3

Kemampuan English #3

Professional Development

13 Qs

Mangalore SE

Mangalore SE

Professional Development

20 Qs

Ofimática Unidad 1: Malware I

Ofimática Unidad 1: Malware I

Professional Development

21 Qs

Embedded System_Module 1

Embedded System_Module 1

Professional Development

15 Qs

sustainability

sustainability

Professional Development

12 Qs

Washing Machine Post CT Test

Washing Machine Post CT Test

Professional Development

20 Qs

Daily Assessment Test - 1

Daily Assessment Test - 1

Assessment

Quiz

Other

Professional Development

Practice Problem

Hard

Created by

C0641 RAM PRASATH S

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following programming language requires the knowledge of the hardware and the instruction set of a microcontroller?

Assembly Language Program
Embedded C program
Python programming
Java programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of the variable assigned as character data type?

8-bit
8-byte
16-bit
16-byte

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The line of embedded C program which must be used to import the library function is _______.

#include
#define
#import
#insert

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The line of embedded C program used to do iterative operation for "n" times which uses a character variable "i" is ____.

for(i=0;i<n;i++)

{

operation to be performed

}

for(n=0;n<i;n++)

{

operation to be performed

}

for(i=0;i<n;i--)

{

operation to be performed

}

for(n=0;n<i;n--)

{

operation to be performed

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The line of embedded c program which must be used to assign a string variable "msg" as "Welcome" and to be stored in the code memory is ____.

__code const char msg[ ] ="Welcome";
__data const char msg[ ] = "Welcome";
char msg[ ] = "Welcome";
__code char msg ="Welcome";

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following line of embedded C program must be used assign the variable "status" as a bit variable data type?

__bit status;
char status;
int status;
char *status;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A single line of embedded C code which can be used to complement a bit variable led is _____.

led=!led;
led!=led;
led=~led;
~led=led;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?