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.

601.

Explain the importance of comments? with a small example in python

Answer»

Answer:

\huge\red{A}\pink[N]\orange{S}\green{W}\blue{E}\gray{R}

Programming reflects your way of thinking in order to describe the single STEPS that you took to solve a PROBLEM using a computer. Commenting your co.de helps EXPLAIN your thought process, and helps you and others to understand later on the intention of your co.de.

602.

(78.23)5=()10convert the numbers

Answer»

ANSWER:

I don't no

Explanation:

bhai plz MAPS KAR do ham ko Nahi PATA this and.

603.

Excel stores the related entries in its row called __________.

Answer»

Explanation:

Overview. A relational DATABASE like Access usually has several RELATED tables. In a well-designed database, each table stores DATA about a particular subject, such as employees or PRODUCTS. A table has records (rows) and fields (COLUMNS).

604.

State True or False.[5 x 1 = 5]1.Burning a CD and ripping a CD are two entirely different operations.2.Microsoft Windows Media Player runand organisedigital media files.3.Sleep is a power saving state wherein a computer turns off completely.4.Task view allows you to change Windows 10 into a touch-friendly interface called ‘Tablet Mode’.5.Hibernation is a state in which a computer shuts down to save power but it first saves all the open documents and running applications in the memory on hard disk.

Answer»

Answer:

1. FALSE

2.false.

3.true

4. false

5.false

605.

The main part of machine where are where cold store and milk

Answer»

Answer:

It is an insulated ROOM, CABIN or compartment with an insulated door for LOADING and unloading the PRODUCTS to be stored. Size of the cold room varies considerably depending on the variety and amount of products to be stored. There may be more than one cold room in a dairy plant operating at different temperatures. Generally separate cold rooms are designed for different dairy products of varying temperature requirements.

Explanation:

please mark me as your FOLLOWER

606.

As also known as web clients, are a software application used to locate and display Web pages.​

Answer»

Answer:

Web Browser

Explanation:

Web Browser as ALSO known as web CLIENTS, are a SOFTWARE application used to locate and DISPLAY Web pages.

607.

. Fill in the blanks 1. Any data/information stored on computer in form of a​

Answer»

Answer:

Binary Format or Binary DIGITS (1 and 0)

Explanation:

COMPUTER Stores data in the FORM of Binary Digits as It can Be READ and Write By The Computer.

Hope this helps

608.

Where is the goal seek options available ?​

Answer»

On the Data TAB, in the Data TOOLS GROUP, click What-If ANALYSIS, and then click GOAL Seek.

609.

Hello I want to take admission in Mumbai University for SYBSC CS I have done my FY from Somaiya university which has become private university. Also I doesn't have prn number can I get admission

Answer»

ANSWER:

RABINDRANATH TAGORE GAVE this answer

Explanation:

Rabindranath Tagore gave this answer

610.

Write two overloaded functions that return the product of elements in an array with the following headers:int product(const int array[], int size);double product(const double array[], int size);Write a test program that prompts the user to enter 3 double values (use the following values: 3.5, 4.2, -2.7), invokes this function, and displays the product of these values.

Answer»

Answer:

Pronoyjit Pal is a good boy. He HELP OTHERS

611.

The U.S Department of Defense laid the foundation of the Internet roughly 30 years ago with a network called​

Answer»

Answer:

ARPANET (Advanced Research Projects Agency Network)

Explanation:

The U.S DEPARTMENT of Defense laid the foundation of Internet roughly 30 YEARS AGO with a network CALLED ARPANET.

612.

Not the corrc method of editing cell content

Answer»

ANSWER:

A cell can be edited through Press the F2 key or CLICK the FORMULA bar or DOUBLE click the cell.

613.

Are used to set the starting and ending point for lines in a paragraph iska answer kya hai

Answer»

ANSWER:

SORRY i THINK your QUESTION is not CORRECT

614.

. Which tab allows to specify the title name of the TOC, type of index? : a) Entries tab b) Columns tab c) Index/table tab d) Styles tab

Answer»

ANSWER:

C)INDEX TAB/TABLE TAB

Explanation:

MARK ME AS BRAINLIEST

615.

A computer perform a function based on a given set of instructions called​

Answer»

ANSWER:

The term was COINED to DIFFERENTIATE these instructions from hardware—i.e., the physical COMPONENTS of a computer system. A set of instructions that directs a computer's hardware to PERFORM a task is called a program, or software program.

616.

Radhika’s teacher gave a worksheet to the students in which she asked that can data labels be hidden in a chart. Identify the chart tool tabs.2 pointsa) No, Design, Layout, Viewb) Yes, Design, Layout, Viewc) No, Design, View, Formatd) Yes, Design, Layout, Format

Answer»

ANSWER:

B) YES DESIGN , layout , view

617.

ਅਨਮੋਲ ਲਿੱਪੀ ਫੌਂਟ ਰਾਹੀਂ ਅਸੀਂ ਆਸਾਨੀ ਨਾਲ ਪੰਜਾਬੀ ਵਿੱਚ ਟਾਈਪਿੰਗ ਕਰ ਸਕਦੇ ਹਾਂ | / We can easily type in Punjabi through Anmol Lipi font. / अनमोल लिपि फॉन्ट के जरिए हम आसानी से पंजाबी में टाइप कर सकते हैं| *ਸਹੀ / True / सहीਗਲਤ / False / गलत

Answer»

ANSWER:

yrdutditutxutxt8xiyjhkyciycigxgichkchcuckhc ((FALSE))

618.

We cannot move the desktop Icons

Answer»

ANSWER:

it is the COMPUTER's problem

Explanation:

you NEED to TAKE it to SERVICE center

619.

Steps for expanding and shrinking the mutator block

Answer»

\huge\colorbox{lightblue}{✺Answer✺}

Mutators change shape. By clicking the blue icon, the user can drag additional smaller blocks into the larger mutator block, thus changing the shape and functionality of the original block. Clicking the icon again will minimize the extra blocks window and SHOW the modified block.

The example below shows the min mutator block:

Explanation of the min mutator block.

  • The user wants to find the minimum number of a list of 3 VALUES. Currently there is only space for 2 to connect to the min block.

  • To FIX this, the user clicks the blue GEAR icon on the min block and drags another item over.

  • Now there are three sockets for blocks to plug into.
620.

The following factors affect the distribution of wind energy

Answer»

Answer:

The three main FACTORS that INFLUENCE POWER output are: wind speed, air density, and blade radius. Wind turbines need to be in AREAS with a lot of wind on a regular basis, which is more important than having occasional high winds

621.

Algorithm to find the compound interest​

Answer»

Answer:

Step 1:Start.

Step 2:Read Principal Amount, Rate and Time.

Step 3:Calculate Interest using formula SI= ((amount*rate*time)/100)

Step 4:PRINT Simple Interest.

Step 5:STOP. // CPP program to find compound interest for. // given values. #INCLUDE

622.

ABC organization wants to manage its four offices A, B, C and D. This organization has network information (200.20.110.0 --- 200.20.110.255). For each subnet: find subnet mask, network ID, first assignable IP, last assignable IP, and broadcast addresses.(Show IP Addresses in decimal as well as in binary)​

Answer»

PLEASE TYPE FULL QUESTION I can't answer it

623.

ਵਿੰਡੋਜ਼-ਐਕਸਪਲੋਰਰ ਇੱਕ ਅਪਰੈਟਿੰਗ ਸਿਸਟਮ ਹੈ। ਸਹੀ ਜਾ ਗਲਤ

Answer»

ਸਹੀ, ਵਿੰਡੋਜ਼ ਐਕਸਪਲੋਰਰ ਓਐਸ ਹੈ

624.

We must develop the skill of writing a good paragraph. This sentence is adverb, noun or verb

Answer»

ANSWER:

We must DEVELOP the SKILL of writing a GOOD paragraph.

This is Adverb.

625.

A) Write a note on Utility Software.b) Explain any two types of operating System.

Answer»

Answer:

a) Utility SOFTWARE is software designed to HELP to analyze, configure, optimize or maintain a COMPUTER. It is used to support the computer infrastructure - in contrast to application software, which is aimed at directly PERFORMING tasks that benefit ordinary users.

b) Single-tasking system and Multitasking operating system.

A single-tasking system can only run one program at a time, while a multi-tasking operating system allows more than one program to be running in CONCURRENCY.

626.

Write a VB program to input radius of a circle and find area and circumference of given circle

Answer»

Answer:The program in python would be:::

R= INT(INPUT("enter the radius") ;

area= 3.14*R*R

cur = 2*3.14*R

DIA = 2*R

print("the answer will go LIKE", dia, cur, area)

Explanation:

627.

Windows 7 windows 10 windows 5 windows 8

Answer»

ANSWER:

WINDOWS 10

windows1000000

Explanation:

628.

In 16- bit 2's complement representation,the decimal number-28 is

Answer»

Answer:

14

In 16-bit 2’s COMPLEMENT REPRESENTATION, the DECIMAL NUMBER −28 is:

1111111100011100

0000000011100100

1111111111100100

629.

What is the maximum size used by 'Date/Time' data type?

Answer»

ANSWER:

The maximum LENGTH of an ingresdate interval in 57 CHARACTERS.

630.

Command is used to move ਅਨ iitem from iys ਪਲਸੇ ਅ ਕੋਪੀ b paste c cut ਦ delete

Answer»

ANSWER:

ACTUALLY i DONT the answer

Explanation:

and its written in PUNJABI

631.

Important Questions of Class 9 computer science Sindh Board according to reduced​

Answer»

ANSWER:

The leaves of certain plants exhibit droplets of water along their margins in the morning. This particularly happens in plants growing in WARM humid conditions. A humid environment HAMPERS transpiration while the roots continue to absorb water from the soil. This builds up a big hydrostatic pressure within the plant and “forces out” the excess water directly from the tips of veins in the LEAF. Special pore-bearing structures called HYDATHODES are present on the margins of the leaf to allow this exudation.

632.

What is conductance?in basic electrical engineering​

Answer»

Answer:

ELECTRICAL conductance measures how EASILY electricity flows through electrical components for a given voltage difference. ... Electrical conductance is a property of a PARTICULAR electrical component (like a particular WIRE), while conductivity is a property of the material itself (like SILVER).

633.

A) physical part of the computer that we can see the touch______?b) computer screen that sensitive to touch_________c)a divice that marked a digital copy of text of pictures on pepper____&&​

Answer»

EXPLANATION:

ऊसुसुएउडूडी esjsksmskjsjsks

634.

Please help me .. these questions are from 'values and data types in java' .those who give me correct ans I will mark BRAINIEST and give 5 star.​

Answer»

Answer:

1. ABSTRACT. assert. byte

catch. char. continue

DOUBLE. do. extends

final. finally. goto

IMPLEMENT IMPORT. interface

NATIVE. new. null

public. return. short

switch. synchronised this

true. try. void

635.

Which of the following errors will be detected at compile time? Mark all that apply. a) Missing semicolon at the end of a statement b) Missing left curly brace c) Missing curly braces around a sequence of statements in a while loop d) Division by a variable that might be zero​

Answer»

ANSWER:

PLESE HELP ME

Explanation:

636.

A conditional is symbolized like this?

Answer»

Answer:

A CONDITIONAL Statement is... symbolized by p q, it is an if-then statement in which p is a HYPOTHESIS and q is a conclusion. The logical CONNECTOR in a conditional statement is denoted by the symbol . The conditional is defined to be true unless a true hypothesis LEADS to a false conclusion.

Explanation:

637.

Which tools in GIMP will you use to perform the following? i. Fill an area with patterns

Answer»

All you MUST do in GIMP is use the Fill Bucket TOOL, holding down shift will toggle between the 'fill SIMILAR COLOR' and 'fill whole selection' options. You can fill the current selection with either the foreground color or the background color from the Edit menu. Ctrl + , and Ctrl +

Follow plz

638.

A 3D library is used to add 3D effects to the video is true or false

Answer»

the answer is TRUE

Explanation:

because it is USED to edit 3D EFFECTS

639.

What is CISC & RISC stands for?

Answer»

it will HELP you

EXPLANATION:

MARK me as BRAINLEST

640.

H is not going to be a great day for you think about it is not going to be a great day for you think about it is not going to be a great day for you think about​

Answer»

Answer:

The PARLIAMENT's main FUNCTION, as the absolute legislative authority, is to BUILD fair and strong laws relating to all main union matters or matters enumerated in the union LIST. The members of either HOUSE bring proposals for new bills and laws before the parliament.

641.

Which of the following errors will be detected at compile time? Mark all that apply. A : Missing semicolon at the end of a statement , B: Missing left curly brace, C: Missing curly braces around a sequence of statements in a while loop,D : Division by a variable that might be zero , E: Forgetting to declare the type of a variable , F :Trying to subtract two strings​

Answer»

ANSWER:

A,B,C,E are compile time errors CZ there is some SYNTAX errors

642.

Design a class to overload a function Joystring( ) as follows:void Joystring(String s, char ch1, char ch2) with one string argument and two character arguments that replaces the character argument ch1 with the character argument ch2 in the given String s and prints the new string.Example:Input value of s = "TECHNALAGY"ch1 = 'A'ch2 = 'O'Output: "TECHNOLOGY"void Joystring(String s) with one string argument that prints the position of the first space and the last space of the given String s.Example:Input value of s = "Cloud computing means Internet based computing"Output:First index: 5Last Index: 36void Joystring(String s1, String s2) with two string arguments that combines the two strings with a space between them and prints the resultant string.Example:Input value of s1 = "COMMON WEALTH"Input value of s2 = "GAMES"Output: COMMON WEALTH GAMES

Answer»

ANSWER:

You will Have to USE Java

Explanation:

FILE Attached

Output:

TECHNOLOGY

5 36

COMMON WEALTH GAMES

643.

Which of the following will lead to a compile-time error? Mark all that apply. if (a> b) then c = 0; if a b, then c = 0; if (a > b) { c = 0; } if (a > b) c = 0; if a b { c = 0; } if (a> b) c = 0 else b = 0; if (a > b) ( c = 0; )​

Answer»

ANSWER:

SUBMIT SUNIL Sunil I'm so so shil shil funny full STILL CNN full told Dhoom still Dynamo

644.

Which of the following will lead to a compile-time error? Mark all that apply. A . if a > b { c = 0; } , B . if (a > b) {c = 0; }, C . if (a > b) c = 0; ,D .if (a > b) then c = 0; ,E . if (a > b) (c = 0; ) ,F . if a > b, then c = 0; ,G . if (a > b) c = 0 else b = 0;​

Answer»

ANSWER:

I don't UNDERSTAND your QUESTION

645.

Which generation of computer is most important..??​

Answer»

EXPLANATION:

all the GENERATIONS of COMPUTER are imp

but we have to STAY up-to-date with the TIME

646.

Meenal has stored all her files in D drive. She wants to sort the files by datecreated. Which button should she click to open the Windows Explorer?​

Answer»

ANSWER:

a BIT of the most IMPORTANT to me, and the

647.

The command is used to move an item from its space

Answer»

\huge\mathsf\blue{Answer}

The Cut COMMAND is used to MOVE an item from its SPACE.

648.

______________ is a software program that becomes activated after the computer is not in use for a specified duration of timeਬੈਕਗ੍ਰਾਉਂਡ / Background / ਡੈਸਕਟਾਪ / Desktop / ਸਕ੍ਰੀਨਸੇਵਰ / Screensaver / ਥੀਮ / Theme /

Answer»

ANSWER:

HOPE it HELPS you.

Mark me as BRAINLIEST.

649.

What is the e full form of ENIAN

Answer»

ANSWER:

ELECTRONIC NUMERICAL INTEGRATOR and COMPUTER

650.

What is the function of BJT?

Answer»

Answer:

The MAIN basic function of a BJT is to amplify current it will ALLOW BJTs are used as amplifiers or switches to produce wide applicability in electronic equipment INCLUDE mobile phones, INDUSTRIAL control, television, and radio transmitters.