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.

6551.

Write a program:- a. Print each word of "Lucknow Public School" in separate line.

Answer» ONG>EXPLANATION:

Lucknow

Public

School

6552.

Rishabh is not able to relocate the table that he has inserted in a document. How can you help him in his efforts

Answer» ONG>ANSWER:

RISHABH is not able to relocate the table that he has INSERTED in a document.

6553.

Which of the following is not a component of computer

Answer»

ong>ANSWER:

PLEASE make sure that your question is fully completed .

coz I couldn't GET u

6554.

BRAIN DEVELOPER A Fill in the blanks 1. a determens the type of data a specific field can accept ​

Answer» WER :-

DATA TYPE

HOPE it HELPS you

6555.

MS-Software: MS-Word, Excel, Ms -Powerpoint, MS-AccessYou arePollution running a NGO for Control and want tomore citizens andGovernment. Design theaware following1. Create a wordProcessor file that printsa letter head of theNGO" named "SavemeThe letter should haveWelcome image should be on the Top. watermark Font should be decorative An attractive logo on the top left side coner. A tag line "Live Long with clean. Breadth Data column and address​

Answer»

ong>Answer:

Explanation:YES DEAR......

MS-Software: MS-Word,

EXCEL, Ms -Power POINT, MS-Access

You are Pollution running a NGO for Control and want to

more citizens and

Government.

6556.

Concerning DBMS support for concurrency control and recovery is done by: AO Every object that is perused or composed by a transaction is first sits accessibility to different transactions and consequently affects peB.O For Proficient log support, the DBMS must have the option to spesupport for this activity isn't generally good.C. O Periodic checkpointing can decrease the time expected to recuperatetoo often slows down normal execution.D. All of the theseA formal query language, in view of an assortment of operators for controlling​

Answer» ONG>Answer:

There is no HIERARCHICAL ORDER for ______ OPERATORS. /

6557.

Can if work with all data types in java

Answer» ONG>Answer:

Java Data Types

*Primitive data types - includes byte , short , int , LONG , float , double , boolean and char.

*Non-primitive data types - such as String, Arrays and Classes (you will LEARN more about these in a later chapter)

Explanation:

HOPE IT IS HELPFUL.....

PLS MARK ME AS BRAINLEIST...........

6558.

1.Name 3 computer languages in use today, 2.What is the Network option?3. Differentiate between the First Line indent ar4.What is Paragraph Spacing?5. What is a Text box used for?6. What is WordArt?​

Answer»

ong>Answer:

1. java, python , C, PHP etc.

2. Dial-Up., Wireless, Radio Frequency, Ethernet Cradles etc.

3. First Line Indent Indents just the first line of a paragraph a specified amount, leaving all other LINES in the paragraph alone. ... Hanging Indent Indents all the lines of the paragraph a specific distance from the left margin except the first line.

4, Paragraph spacing determines the amount of space above or below a paragraph. When you press Enter to start a NEW paragraph, the spacing is carried over to the next paragraph, but you can CHANGE the settings for each paragraph.

5. A text box , text field or text entry box is a control element of a graphical user interface, that should enable the user to input text INFORMATION to be used by a program.

6. word art is a Special effects in Microsoft Word that change the appearance of text. Also available in other Microsoft Office applications, WordArt can be used to add color, outlines and shadows to REGULAR text

6559.

Write Truth table function for w'xy+wx'y+wxy​

Answer» ONG>ANSWER:

gsgggvdgv H nicaeyhggg

6560.

What should be the correct syntax to write a PvP code

Answer» ONG>EXPLANATION:

mnznzmzmskskskskksjsisis

6561.

Which application software is usually available readymade and does variety of tasks

Answer» ONG>ANSWER:

WHATTTTTTTTTT........

6562.

A bianary number system uses three voltages to represent its uniqe numbers

Answer»

ong>Answer:

so what

EXPLANATION:

PLEASE MARK me as BRAIN list

6563.

The bulit in formuale for specific numeric non numeric processing are called

Answer»

ong>ANSWER:

The built-in formulae for SPECIFIC numeric/non-numeric processing are CALLED Functions.

Hope it helps! Please mark it as brainliest if you want!

6564.

What is the shortcut key to create a new file in Photoshop? *​

Answer»

ong>Answer:

Ctrl+N New...

Shft+Ctrl+J LAYER via Cut

Alt+Ctrl+G Create/Release Clipping Mask

Ctrl+G GROUP LAYERS

6565.

Computer formed the basis for the first generation computer. (a) ENIAC (b) UNIVAC (c) EDSAC (d) EDVAC​

Answer»

>

ENIAC ELECTRONIC NUMERICAL Integrator and Computer was the FIRST electronic general-purpose digital computer. It was Turing-complete, and able to solve "a large class of numerical PROBLEMS" through reprogramming.

HOPE it was helpful

6566.

Where is the best place to learn c programming

Answer» ONG>Answer:

C Programming at LearnVern.

you can learn from this

hope it HELPS you

6567.

What is Java package? ​

Answer»

ong>ANSWER:

A package in Java is used to GROUP related CLASSES. Think of it as a folder in a file directory. We USE packages to avoid name conflicts, and to write a BETTER maintainable code. ... Built-in Packages (packages from the Java API) User-defined Packages (create your own packages

6568.

Write the steps to use Disk Cleanup on the computer system.​

Answer»

ong>Answer:

To RUN Disk Cleanup on a Windows XP computer, you can run it from My Computer or from Command Prompt.

Run from My Computer

Method #1

Click Start

Click Run

Type cleanmgr

Click OK or press Enter

Method #2

Click Start

Go to All Programs

Go to Accessories

Go to System Tools

Click Disk Cleanup

Method #3

Open My Computer

Right­-click on the DRIVE you want to run Disk Cleanup. This is usually C:\, the drive where

Windows XP is installed.

Click Properties

Go to the General tab

Click Disk Cleanup

6569.

Identify the built in c++ function for the following: a) to convert _25 to 25​

Answer» ONG>ANSWER:

GOOGLE BABA google baba

6570.

1 point 10. How many times will the body ofthe following loop be executed?12345n = 0while n > 0 :print('Lather')print('Rinse')print('Dry off!')​

Answer» ONG>Answer:

4 Times will the BODY of the FOLLOWING LOOPS

6571.

2. Which of the following is NOT an argument of the principled approach (or "do the right thing")? O A. Ethics has its focus on what is uniquely human, i.e., human choice.B. Making judgments that are free from discrimination.O C. We can control our actions, but not the outcomes.D. Look at good, right intensions rather than consequences.​

Answer»

ong>Answer:

tannu JANI h TOH jaa mannu NAHI parwaa

6572.

In situations where we need to execute the body of the loop before testing the condition, we must use which loop forDo whileWhileNested for loop​

Answer» ONG>Answer:

In while loop, a CONDITION is EVALUATED before processing a body of the loop. If a condition is TRUE then and only then the body of a loop is executed

therefore while loop is the correct answer.

6573.

How did JAVA got its name? Explain briefly.

Answer»

>

The language was initially called OAK after an oak tree that stood outside Gosling's office. Later the project went by the NAME Green and was FINALLY renamed Java, from Java coffee, a TYPE of coffee from Indonesia. ... SUN Microsystems released the first public implementation as Java 1.0 in 1996.

Mark as BRAINLIST

Hope it helps you

element defines a table row, the
6574.

1.Explain the attributes of both and tags​

Answer»

g ALIGN="absmiddle" alt="\huge \pink {Answer}" class="latex-formula" id="TexFormula1" src="https://tex.z-dn.net/?f=%20%5Chuge%20%5Cpink%20%7BAnswer%7D%20" TITLE="\huge \pink {Answer}">

The

element defines a table HEADER, and the element defines a table cell. An HTML table is defined with the TAG. ... By default, table headings are bold and centered. A table data/cell is defined with the
tag.

6575.

Nformation that comes from an external source and is fed into computer Software is called _____________​

Answer» ONG>ANSWER:

input

hope it will HELP you

thank you

6576.

Discuss the parts of the keyboard​

Answer»

ong>Answer:

What are the 5 parts of the keyboard?

PRINT Screen, Scroll Lock, Pause/Break. The Print Screen, Scroll Lock, and Pause/Break keys are at the top-right corner of the keyboard.

· Escape KEY. ...

· FUNCTION Keys. ·

Tab Key.

· Alphanumeric Keys. ·

Ctrl, Alt, and Shift. · Arrow Keys.

· NUMERIC KEYPAD.

6577.

Generally a hyperlink in a web page is presented using_color​

Answer»

ong>Answer:

BLUE color

Explanation:

please mark it as brainliest answer

please SUBSCRIBE my yo.u.tu.be channel.

THE MASTER OF MY SEA

6578.

the.... is placed in Center of the chart area (a) chart area (b) data area (c) chart wall (d) chart floor​

Answer» ONG>ANSWER:

data area is placed in CENTER of the chart area

6579.

Write a syntax for ternary expression.​

Answer»

a = 10, b = 20, c; if (a < b) { c = a; } ELSE { c = b; } printf("%d", c); This example takes more than 10 LINES, but that isn't NECESSARY. You can write the above PROGRAM in just 3 lines of cođe using a ternary operator.

\\  \\  \\  \\ \sf \colorbox{gold} {\red(ANSWER ᵇʸ ⁿᵃʷᵃᵇ⁰⁰⁰⁸}

6580.

Using l’s complement method, solve 54-87(10)(10)​

Answer»

bd DBD dbd db7728 eiie d d7 EEE e6 7 y 7

6581.

Which of the following is a string variable?a)P#b)P$c)[email protected]d)None of these​

Answer»

\sf{\orange{  (d) None\:of\: these}}

6582.

ABCD is a valid variable name true or falseplease answer I will mark ur brainleist answer​

Answer» ONG>Answer:

TRUE one BECOZ it is used in MANY times in algebra

6583.

विच मेनू इज यूज टू इन हिंदी वर्कशीट​

Answer» ONG>ANSWER:

this is your RIGHT answer

6584.

In LibreOffice Ms word is known as writer.true or false​

Answer» ONG>Answer:

TRUE

PLEASE MARK as brainliest

6585.

Why should technology be questioned​

Answer»

ong>Answer:

We shall be questioning concerning technology, and in so doing we should LIKE to prepare a FREE relationship to it. ... The purpose of questioning technology is THEREFORE to break the chains of technology and be free, not in the ABSENCE of technology but through a better understanding of its essence and meaning.

6586.

Prove that n2logn = Ө (n2​

Answer»

ong>Answer:

\huge\pink{\boxed{\green{\mathcal{\overbrace{\underbrace{\fcolorbox{Black}{aqua}{\underline{\pink{✩Answer✩}}}}}}}}}

its most general form, algebra is the STUDY of mathematical symbols and the rules for manipulating these symbols; it is a unifying thread of almost all of mathematics. It includes everything from ELEMENTARY equation solving to the study of ABSTRACTIONS such as groups, rings, and fields

Hope it's HELPS..

6587.

Explain Darwin Theory of evolution.​

Answer»

ong>Answer:

Charles Darwin's THEORY of evolution states that evolution happens by natural selection. Individuals in a species show variation in physical characteristics. ... As a consequence those individuals most SUITED to their environment SURVIVE and, given enough time, the species will gradually evolve.

6588.

Url is same as url it ture or fales​

Answer»

ong>ANSWER:

how can url not be url. CHECK your QUESTION. It is WRONG

6589.

What is the value of variable flag after the execution of following if statement ? int flag= 0; if(5 < 8) { flag= I; } (A) 0 (B) 1 (C) 5 (D) 8​

Answer»

ong>Answer:

The VALUE will be 1 because the if statement can't be wrong.

I am in this FIELD only so you can trust me

6590.

What is the correct name for the application you would use with the internet browser to search for information. Give an example of one.

Answer»

of the most POPULAR WEB BROWSERS is GOOGL

6591.

You have to write two programs to transform input array into output array. Part 1 Input Array : 2,4,8,5,12,15,6,10,7,30,25,43,46,45,21 Output Array : 2,4,8, 12, 6, 7, 43,46,21, 5,15,10,30,25,45 Part 2 Input Array : 2,4,8,5,12,15,6,10,7,30,25,43,46,45,21 Output Array : 2,4,8,21,12,46,6,43 ,7,30,25,10,15,45,5 IMPORTANT: Do not use duplicate or extra array, your program will be rejected if you use extra array. Output should be same array not print statement. Please note pattern of output. Please Help Me..!!

Answer»

ong>Answer:

Input Array : 2,4,8,5,12,15,6,10,7,30,25,43,46,45,21

Output Array : 2,4,8, 12, 6, 7, 43,46,21, 5,15,10,30,25,45

Part 2

Input Array : 2,4,8,5,12,15,6,10,7,30,25,43,46,45,21

Output Array : 2,4,8,21,12,46,6,43 ,7,30,25,10,15,45,5

IMPORTANT: Do not USE

6592.

Que 7: Does a worm have to hide inside a file ?O TRUEO FALSENext Question​

Answer»

a worm have to hide inside a file ? False

- A worm can delete or copy a file, but can't hide it.

▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁

Additional Information:-

  • A virus is a computer PROGRAM which runs on any computer system without the user's knowledge. Once, it is loaded in a computer system, it starts damaging the computer automatically. It is man-made and is destructive in nature.
  • A worm is a virus that don't affect the functioning of a system. Once these viruses enter, As a result, they just keep replicating themselves in the disks. They also spread through e-mail while using the internet. Some examples of these viruses are:- Swen and Scalper.
  • There are TWO types of viruses, GENERAL infectors and system infectors.
  • Examples of general infectors include worm, trojan, bomb.
  • Examples of system infectors include boot sector virus, program virus, MACRO virus, and sleath virus.
6593.

How are computers useful for us?

Answer»

\huge{\underline{\underline{\boxed{\mathbf{\red{Aɴsᴡᴇʀ\: ࿐}}}}}}

  • Computer HELPS us to save our data, information, our FILES, photos, videos etc. Computers are today mainly used for storing information, Browsing, Internet activities, Creating presentations, Communication, EXPLORING world USING internet and doing complex calculations
6594.

Explain what "Volatile means​

Answer»

ong>Answer:

<U>In general, volatile (from the Latin "volatilis" meaning "to fly")is an adjective USED to describe something unstable or changeable. In COMPUTERS, volatile is used to describe memory content that is lost when the power is interrupted or SWITCHED off. Your computer's ordinary memory (or RAM ) is volatile memory.

Explanation:

HOPE that helps u

6595.

Write a program to create a table which consist of cities and max and min temperature

Answer»

ong>Answer:

Climographs show monthly average temperatures and precipitation totals on a single graph. Rather than showing MEASURED data for specific time periods—like the graphs you generated in Part A—climographs show long term averages for all 12 months of the year.

The climograph on the right depicts average conditions in San Diego, California. Note that San Diego receives most of its rain from November through March with a fairly dry summer. Temperatures don't change much over the year, with summer temperatures AROUND 70°F and winter temperatures near 55°F.

Take a LOOK at several climographs by CLICKING the map or text links at Climographs of Selected Cities.

Open and interpret climographs for several locations. Compare a climograph from your own region to those of locations with different climates. Read the monthly precipitation totals on the left axis and the average temperature for each MONTH on the right axis.

6596.

Y- axis is known as ______ axis​

Answer» ONG>Answer:

y AXIS is known as HORIZONTAL axis

6597.

Which of the following command will print the value of variable y ? A. Input y B. Print y C. END D. Print x​

Answer» ONG>ANSWER:

System.out.PRINT(y)

print y

6598.

Explain the detailed structure of C++ program with suitable programming example​

Answer»

ong>Answer:

In C++, a program is divided into the following three sections: STANDARD LIBRARIES Section. MAIN Function Section. Function Body Section.

6599.

List any four mathematical function​

Answer» ONG>Answer:

Algebraic functions

• Constant function: polynomial of DEGREE ZERO, graph is a horizontal straight line.

• Linear function: First degree polynomial, graph is a straight line.

• Quadratic function: Second degree polynomial, graph is a parabola.

CUBIC function: Third degree polynomial.

• Quartic function: FOURTH degree polynomial.

6600.

List 3 DCTs: and explain what technology they use, where they are inappropriate to use, ethical and legal issues associated with them and manage DCT?​

Answer»

ong>Explanation:

please can you please SUBSCRIBE to my CHANNEL on You Tube channel name Gamezy player I only have 60 SUBSCRIBER please I beg you please support me plz