Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

3801.

How can we set the margins for an element on webpage? Name and explain 4 types ofmargin properties?

Answer»

Answer:

The margin property sets the margins for an element, and is a shorthand property for the following properties:

margin-top

margin-right

margin-BOTTOM

margin-LEFT

If the margin property has four values:

margin: 10px 5px 15px 20px;

top margin is 10px

right margin is 5px

bottom margin is 15px

left margin is 20px

If the margin property has three values:

margin: 10px 5px 15px;

top margin is 10px

right and left margins are 5px

bottom margin is 15px

If the margin property has two values:

margin: 10px 5px;

top and bottom margins are 10px

right and left margins are 5px

If the margin property has ONE value:

margin: 10px;

all four margins are 10px

Note: NEGATIVE values are allowed.

HOPE IT'LL HELP..

3802.

Write the steps to view a slide show​

Answer»

Answer:

To start a slide show:

Click the Start From Beginning command on the Quick Access Toolbar, or press the F5 KEY at the TOP of your keyboard. The presentation will appear in full-screen mode. Select the Slide Show view command at the BOTTOM of the PowerPoint WINDOW to BEGIN a presentation from the current slide

3803.

The _______ menu contain number of options to give special effects to your image​

Answer»

ANSWER:

OPTION

EXPLANATION:

is the CORRECT answer

3804.

Draw one input and output device and name it​

Answer»

ANSWER:

OUTPUT DEVICE = Keyboard.

Input device = joystick.

See the ATTACHMENT PLEASE..

3805.

They are known as online bulletin boards where users can post messages that can be seen by everybody

Answer»

ANSWER:

OH THANKS for INFORMING

3806.

Ab koi le he nhi rha pointsaur new id Rehan naam se he banaunga aur 1 que ye krungaHi How are You Frnds I am RehanI am 14 years old ok​

Answer»

Answer:

are you in 8th

please give me 20 thanks

Explanation:

In physics, a force is any interaction that, when UNOPPOSED, will CHANGE the motion of an object. A force can cause an object with mass to change its VELOCITY, i.e., to accelerate. Force can also be described intuitively as a push or a pull. A force has both magnitude and direction, making it a vector quantity.

3807.

Define escape sequence in python.​

Answer»

ANSWER:

Escaping in Python

In Python, escape sequences are indicated by a backslash ( \ ). The most important one may be \n which indicates a NEW line. Like so, multiple logical lines can be stacked into a SINGLE PHYSICAL line. Another escape sequence worth mentioning is \' for a single quote within a string.

3808.

15. = 20 + 80 * 5 ……….​

Answer»

ANSWER:

20 + 80 \times 5

20 + 400

420

EXPLANATION:

.

3809.

____are used to connect multiple LANs​

Answer»

ANSWER:

The answer to this QUESTION is BRIDGE.

3810.

रिकी शोल्ड बे प्रेस्ड आफ्टर एवरी कमांड इज कॉल्ड​

Answer»

Answer:

Who were the first person to CLIMB MOUNT EVEREST

3811.

What is a computer virus??answer please ​

Answer»

Answer:

A computer VIRUS is a malicious software program loaded onto a user's computer without the user's knowledge and performs malicious ACTIONS. It can self-replicate, inserting itself onto other PROGRAMS or files, INFECTING them in the PROCESS

3812.

Write the program to input any two numbers and print their sum and product in qbasic

Answer»

Answer:

DECLARE FUNCTION SUM (A, B)

DECLARE FUNCTION PROD (A, B)

CLS

INPUT "ENTER FIRST NUMBER"; A

INPUT "ENTER SECOND NUMBER"; B

PRINT "SUM OF TWO NUMBERS"; SUM (A, B)

PRINT " PRODUCT OF TWO NUMBERS"; PROD (A, B)

END

FUNCTION SUM (A, B)

SUM = A + B

END FUNCTION

FUNCTION PROD (A, B)

PROD = A * B

END FUNCTION

3813.

Portrait and Landscape are ________ .Paper sizePage layoutPage orientationPage margin​

Answer»

ANSWER:

your answer ....

PAGE ORIENTATION

3814.

Q6 Choose the correct option to fill in the blanks to complete the dialogue between Shyam andRahul:(3 x1 = 3)Shyam meets Rahul at his residence on his way to school.Shyam: Hi Rahul. (0)2Rahul: I am good. Thank you. How are you?Shyam: Fine, thanks. (ii)?Rahul: It is only half past eight. By the way, have you finished the assignment?It will be ready in about ten minutes.Shyam: No, I haven't finished the assignment. (ili)(0) (a) Who are you?[b] How are you?(c) What are you?(d) Where are you?​

Answer»

ANSWER:

where are UH is the answer

3815.

Fill in the blanks : presentation is widely used to present ---- and ----- effectively​

Answer»

ANSWER:

slide and PRESENTATION

EXPLANATION:

hope it helps you

3816.

The checkerboard Parttern refers to the _ area in layer​

Answer»

Answer:

Computer science is the study of algorithmic processes, computational machines and computation itself. As a discipline, computer science spans a range of topics from theoretical studies of algorithms, computation and information to the practical issues of implementing computational systems in hardware and software.Its fields can be divided into theoretical and practical disciplines. For example, the theory of computation concerns ABSTRACT models of computation and general classes of problems that can be solved using them, while computer graphics or computational geometry emphasize more specific applications. Algorithms and data structures have been called the heart of computer science.Programming language theory considers approaches to the description of computational processes, while computer programming INVOLVES the USE of them to create complex systems. Computer architecture describes construction of computer components and computer-operated equipment. ARTIFICIAL intelligence aims to synthesize goal-orientated processes such as problem-solving, decision-making, environmental adaptation, planning and learning found in humans and animals. A digital computer is capable of SIMULATING various information processes. The fundamental concern of computer science is determining what can and cannot be automated.Computer scientists usually focus on academic research. The Turing Award is generally recognized as the highest distinction in computer sciences.

Explanation:

plz thanks my answer.

3817.

Transform the following sentence as directed in the bracket -Children saw the quarrel between two friends and got a goodlesson. (simple sentence)​

Answer»

ANSWER:

PLEASE MARK me as a BRAINLIST

3818.

Match the items from the two columns .Column A Column BI. Looks block. a. foreverII. Pen block. b. showIII. Motion block. c. When space key pressedIV. Events block d. Set x to 0V. Control block e. stamp​

Answer»

ANSWER:

??????????

???????

???

3819.

File extension of word document isA) .xls(B) .doc(C) .word(D) .jpeg​

Answer»

ANSWER:

. DOC is the CORRECT answer

3820.

B. Write T for True and F for False statements.1. The Internet was the result of some visionary thinking by people in the early 1960s.​

Answer»

ANSWER:

TRUE

This is your answer

3821.

Convert the following binary number into decimal number (1110)2=( )10​

Answer»

Answer:

STEP by step solution

8 + 4 + 2 + 0 = 14. So, 14 is the DECIMAL EQUIVALENT of the binary number 1110.

3822.

State the following statements are True or False.[3]1.The default value of border-style is ridge.2.CSS provides formatting options to style the text of a webpage.3.Cybercrime is any illegal activity done through Internet.4. You can sort the data only in one field.5. We can not delete a record from the database using forms.6. Line property is used to specify the space between two words in a sentence.

Answer»

ANSWER:

true

true

FALSE

true

false

false

3823.

Two types of low-level languages ​

Answer»

ANSWER:

Assembly Language And Machine Language is the CORRECT answer

Explanation:

Have a great DAY

3824.

The black berry is best known for its​

Answer»

ANSWER:KEYBOARDS

Explanation:

3825.

5. Arranging a given set of data in ascending or descendingorder is……….(a ) concatenation(b) function (c) sorting​

Answer»

ANSWER:

sorting

Explanation:

sorting MEANS ARRANGING storing data reference to the PROCESS of arranging data

3826.

Which can be used for quick access to commonly used commands and tools?Status barQuick access Tool barMenu barTitle bar​

Answer»

\huge\tt\underline {❥Answer}

QUICK ACCESS TOOL BAR

3827.

______ are the identifiers used to identify each of the data series.Plot AreaCategoriesLegendData ​Values​

Answer»

ANSWER:

DATA VALUES

EXPLANATION:

are the answer

3828.

Explain any two cursor tools​

Answer»

Answer:

There are various CURSOR tools in the Scratch interface are as follows: Explanation: Duplicate: The duplicate button PRESENT in the Scratch interface USED to duplicates anything on the screen space. It duplicates everything INCLUDING the sprites, scripts, blocks, etc.

3829.

Write an algorithm and draw the flowchart to calculate Simple Interest, take principal,rate of interest and no. of years as the input[Formula, (SI=Principal*Rate*Time)/100]Answer Fast and i will mark you as the brainliest

Answer»

ANSWER:

WRITE the question PROPERLY I don't understand the meaning of question

3830.

What means changing the appearance ofa document to make it attractive.(a) Fonts(b) Bold(c) Alignment(d) Formatting​

Answer»

ANSWER:

Formatting.

EXPLANATION:

No Explanation REQUIRED.

3831.

Q22. An Excelworkbookdisplays a singleworksheet bydefault with thenameAnswer:​

Answer»

ANSWER:

SHEET: 1 sheet: 2 and sheet: 3

3832.

Write the output of the following:X=5Y=8Z=x>yprint (The value of the x >y:' ,Z)z=x

Answer»

Answer:

WRITE the output of the FOLLOWING:

X=5

Y=8

Z=x>y

print (The value of the x >y:' ,Z)

z=x

print ( The value of x

3833.

Text in MS Woro!Differentiate between merging of cells and splitting of cells5.​

Answer»

Explanation:

SPLITTING CELLS is SIMILAR to adding a row or column, but it all takes place in ONE cell instead of a group of cells. MERGING cells, however, is similar to deleting a cell and then adjoining it with a neighboring cell.

3834.

Iluribu.8. Adash display one slide at a time, using the entire screen. __formatting option in PowerPoint displays the text in slanting form. fill in the blanks​

Answer»

ANSWER:

OK here's your answer

EXPLANATION:

3835.

Answer the following questions.i What is the need to insert a table in MS Word?​

Answer»

Answer:

For a BASIC table, click INSERT > Table and move the cursor over the grid until you highlight the number of columns and rows you want. For a larger table, or to CUSTOMIZE a table, select Insert > Table > Insert Table.

3836.

(5294.63 =(?) 8 explain the sum​

Answer»

ANSWER:

heghtj3inskfhwmdh3jxjn2hwjwhxoendjmwjrdndo

3837.

D. Which of the following is like our postal address.​

Answer»

ANSWER:

GIVE the FOLLOWINGS PLS

3838.

This attribute specifies the horizontal position of the table within the web page window:a. Border b. Align c. Bordercolor d. Bgcolor​

Answer»

Answer

The ANSWE is a.Border

3839.

Write the output of the followingX=5Y=8Z=x>yprint (The value of the x >y:' ,Z)z=x

Answer»

ANSWER:

you are GIVING very TOUGH

3840.

Which is a group of related data organised in fields and records on a data sheet.1.True 2. False ​

Answer»

ANSWER:

I THINK true

Explanation:

HOPE it HELPS

3841.

It allow you to change the format of a table at any time?​

Answer»

Answer:

PLS MARK ME THE BRAINLIEST!!!!!!! I WILL HELP ALL OF YOU GUYS WHO ARE SUFFERING IN DIFFICULTY DIEING FOR HELP I AM 6TH GRADER

Explanation:

DESIGN tab

3842.

All true or false2. Incognito Mode is used when we want to access Internet in public mode.3. Broadband is the least expensive way to access the Internet, but at a slow-speed.4. The Drawing Tools Format Tab appears on the Ribbon, when we draw a shape on the Workarea.5 in line with text options of wrapping will wrap the text around the graphics.​

Answer»

Answer:

All TRUE .

Explanation:

It MEANS a because you are telling all true I am also true .

3843.

XWe can format lists in a document byusing bullets and ----.(a) Numbers(b) Lines(c) Letters(d) All of these​

Answer»

Answer:

EXPLANATION:

PLS MARK ME THE BRAINLIEST!!!!!!! I WILL HELP ALL OF YOU GUYS WHO ARE SUFFERING IN DIFFICULTY DIEING FOR HELP I AM 6TH GRADER

3844.

व्हाट इज द एंड क्लियर​

Answer»

it is USED to for the FORMATTING the INPUT and the OUTPUT OPERATOR

3845.

12Q3. State True/False1. The mouse pointer changes to a Hand while it is over a link. 2. Incognito Mode is used when we want to access Internet in public mode.3.Broad band is the least expensive way to access the internet in public mode.​

Answer»

ANSWER:

1. TRUE

2.false  

EXPLANATION:

3846.

Which options contains pre designed layout and formatting options​

Answer»

EXPLANATION:

hahajjajajajannajshsjsjsnajbshshshshhahshzhs

3847.

Match the followingSECTION A SECTION B ANSWER1. a. loop2. b. caption3. c. src4. d. .mp4 , .webm, .ogg5. e. href

Answer»

EXPLANATION:

jssjsjszpzpzzpzjdjfjjf dpsjds

3848.

Press the _________ key to remove the welcome message dialog box.2 . To reduce the size the QBASIC screen, press ________3 . Press the Shift + ________ function key to execute the QBASIC program.4 . The process of interactively removing these bugs is called ______.5 . The _________ loop executes a block of instructions until a condition is true. 6 . A _________ is for repeating steps a number of times. 7 . The _________ loop is used to repeat a block of instructions a specified number of times.​

Answer»

Answer:

PRESS the holding key and EXC L rock it the answer

3849.

Effect makes the selected worddarker than the rest of the text.(a) Bullet(b) Drop capO (C) Bold(d) Italic​

Answer»

BOLD is the ANSWER......

3850.

Operating system manages the software and hardware of the computer its a true or false​

Answer»

ANSWER:

TRUE ..I think

Explanation:

I HOPE it HELPS U