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.

5551.

4. Name the different types of wireless transmission media.​

Answer»

ong>Answer:

THANKS MY ANSWERS......

Explanation:

TYPES of wireless transmission media USED in communications include infrared, broadcast RADIO, cellular radio, MICROWAVES, and communications satellites.

5552.

Why should we add or pin an application to taskbar​

Answer»

ong>Explanation:

Pinning a program in Windows 10 means you can always have a shortcut to it within easy REACH. This is HANDY in CASE you have regular programs that you want to open without having to SEARCH for them or scroll through the All Apps list.

♥️I hope helpful for you please mark as a brainlist answer and FOLLOW me......♥️

5553.

Which leader files is used to setup math library?​

Answer»

The pow() function is defined in math.h header file. C pow() Prototype. DOUBLE pow(double X, double y). The FIRST argument is a base ...

5554.

HTML tags ends with brackets True or False

Answer» ONG>ANSWER:

TRUE .................

5555.

Which of the following variable is incorrect 1. SUM 2. interest -paid 3.paid4.roll no.​

Answer»

ong>ANSWER:

answer is (C) --paid

please mark me as BRAINLIST

5556.

Why should we add or pin an an application to the taskbar?ANS÷ By adding an application on the taskbar ,we can easily open a program by left click on the icon​

Answer»

ong>Answer:

The simplest WAY to customize your taskbar is by PINNING various programs and SHORTCUTS to it through the “PIN this program to taskbar” option, and there are two choices when it comes to getting an APPLICATION to stick.

5557.

Differenciate between prefix and postfix increment operators​

Answer»

ong>ANSWER:

Postfix increment operator means the expression is evaluated FIRST using the ORIGINAL value of the variable and then the variable is incremented(increased). ... Prefix decrement operator means the variable is DECREMENTED first and then the expression is evaluated using the new value of the variable

5558.

11. ਗਣਿਤ ਲਾਈਬਰੇਰੀ ਦੀ ਸਥਾਪਨਾ ਕਿਮ ਫਾਈਲ har altret J? (Which header fileis used to setup Math library?) गणितलाइब्रेरी स्थापित करने के लिए किस फ़ाइल काउपयोग किया जाता​

Answer» ONG>ANSWER:

math.h

Explanation:

i THINK this is a CORRECT answer

5559.

HTML dead ends with brackets True or False

Answer» ONG>ANSWER:

True

I HOPE you got your answer.

◉‿◉

5560.

. C.d. Indian Railway Cargoਛੋਟੇ ਉੱਤਰਾਂ ਵਾਲੇ ਪ੍ਰਸ਼ਨ1. ਈ-ਗਵਰਨੈਂਸ ਕੀ ਹੈ?2.ਈ-ਗਵਰਨੈਂਸ ਦੇ ਦੋ ਮੁਖ ਉਦੇਸ਼ਸ਼ਹਿਰੀ ਖੇਤਰ ਵਿੱਚ ਈ-ਗਵਰਨੈ4. ਪੇਂਡੂ ਖੇਤਰ ਵਿੱਚ ਈ-ਗਵਰਨੈੱਸ3.​

Answer» ONG>Answer:

Can you ask in English or HINDI

5561.

There is no hierarchail order for opertar​

Answer» ONG>ANSWER: ovmtyto VONN comprhcxnv

Explanation:

5562.

Which of the following variable name is incorrect a)SUM b)interest .paid c) paid d)roll-no. ​

Answer» ONG>ANSWER:

SUM

Explanation:

a is INCORRECT NAME

5563.

12.मी उमा हिँउ रेग्ते उपभेटिव मायवेटतां टी ਗਿਣਤੀ à ? / The number ofBinary Arithmetic Operators in Cis_?C भाषा में दोहरे अर्थमैटिकऑपरेटरों की संख्याहै?​

Answer» ONG>ANSWER:

addition,multiplication, division, subtraction, exponential, modulus

Explanation:

PLEASE FOLLOW me

5564.

5. प्टि©ां हि विग्ना मनपभैटिव अथवेटत ठीं चै?/ Which of the following is not aArithmetic Operator? / निम्नलिखित में सेकौन एक अंकगणितीय ऑपरेटर नहीं है ?+%*&​

Answer» ONG>ANSWER:

+ is not a ARITHMETIC OPERATOR

5565.

Which technology is generally used for setting up wireless LANs​

Answer»

ong>Answer:

The IEEE 802.11 group of standards defines the technologies for wireless LANs. For path sharing, 802.11 standard uses the ETHERNET protocol and CSMA/CA (CARRIER sense multiple access with collision AVOIDANCE). It ALSO uses an encryption method i.e. wired equivalent privacy algorithm.

Explanation:

5566.

3. Differentiate between prefix and postfix increment operators​

Answer»

riend,

here is your answer

PLEASE follow me

Answer:

POSTFIX increment operator means the expression is evaluated first USING the original value of the variable and then the variable is incremented(increased).Prefix decrement operator means the variable is decremented first and then the expression is evaluated using the new value of the variable.

In the prefix version (i.e., ++i), the value of i is incremented, and the value of the expression is the new value of i. So basically it first INCREMENTS then assigns a value to the expression.

In the postfix version (i.e., i++), the value of i is incremented, however, the {value|the WORTH} of the expression is that the original value of i. So basically it first assigns a value to expression and then increments the variable.

example given

hope it helps you and you understood

if helps please follow me

5567.

These do no hierachical order for____ operator.​

Answer» CAL operator

Explanation:

HOPE this HELP you

5568.

Which of the following variable name is incorrect a)SUM b)interest .paid c) paid d)roll-no.​

Answer» ONG>ANSWER:

No ideadjjdjdjdjdjdjjdjddhdhdh

5569.

2. What are function prototypes?​

Answer»

EXPLANATION:

FUNCTION Prototype:-

➡ In computer programming,,,a function prototype or function interface is a DECLARATION of a function that specifies the function name and type SIGNATURE but emits the function body....

➡ It gives information to the compilers that the function may LATER be used in the program...

5570.

How cyber attacks can be reduced​

Answer»

ong>Answer:

mark me brainliest

Explanation:

Train employees in cyber security principles. Install, use and regularly update ANTIVIRUS and antispyware software on every computer used in your business. ... Make BACKUP copies of important business data and INFORMATION. Control physical access to your COMPUTERS and network COMPONENTS.

5571.

In C language can the first letter of the Identifier be Underscore? / C​

Answer»

ong>ANSWER:

Yes!

Explanation:

An Identifier can only have ALPHANUMERIC characters(a-z , A-Z , 0-9) and underscore( _ ). The FIRST character of an identifier can only CONTAIN the alphabet (a-z , A-Z) or underscore ( _ ).

Hope it helps:)

5572.

A chart object that is placed on a worksheet and saved along with that worksheet.​

Answer»

ong>Answer:

The worksheet class represents an Excel worksheet. It handles operations such as writing data to cells or FORMATTING worksheet layout.

A worksheet object isn’t INSTANTIATED directly. INSTEAD a new worksheet is created by calling the add_worksheet() method from a Workbook() object:

workbook = xlsxwriter.Workbook('filename.xlsx') worksheet1 = workbook.add_worksheet() worksheet2 = workbook.add_worksheet() worksheet1.write('A1', 123) workbook.close()

XlsxWriter supports Excels worksheet limits of 1,048,576 rows by 16,384 columns.

worksheet.write()

write(row, col, *args)

Write generic data to a worksheet cell.

Parameters:

row – The cell row (zero indexed).

col – The cell column (zero indexed).

*args – The additional args that are PASSED to the sub methods such as number, string and cell_format.

Returns:

0: Success.

Returns:

-1: Row or column is out of worksheet bounds.

Returns:

Other VALUES from the called write methods.

5573.

There is no hierarchichal order for operator​

Answer»

ong>ANSWER:

Comparison OPERATORS are executed from left to RIGHT. There is no HIERARCHY of comparison operators

5574.

Which character is represented by \t in C Language?/ C भाषा में \t किस प्रतीक का प्रतिनिधित्व करता है? * ਟਰੈਕ (Track) ट्रैकਟੈਬ (Tab) टैबਟਾਸਕ (Task) टास्कਟਾਪ (Top) टॉप​

Answer» N C LANGUAGE REPRESENTS TAB
5575.

Why is a mainframe not a personal computer ​

Answer»

ong>Answer:

a MAINFRAME computer is an ultra-high performance computer.it is used in research ORGANIZATIONS ,large INDUSTRIES,airline reservations and any place where a large databse has to maintained. Hence,MAINFRAMES cannot be used as PERSONAL computers..

5576.

सी भाषा किस सत्र की भाषा है​

Answer» ONG>ANSWER:

can you please translate to ENGLISH

5577.

What does EBCDIC stand for?

Answer»

ong>ANSWER:

EBCDIC stand for Extended Coded DECIMAL Interchange Code.

5578.

1. ਸੀ ਭਾਸ਼ਾ ਦੀ ਸਟੇਟਮੈਂਟ ਦਾ ਅੰਤ ਕਰਨ ਲਈਚਿੰਨ੍ਹ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।​

Answer» ONG>ANSWER:

Which LANGUAGE is this?...............

5579.

Explain four steps of delete dialogue box​

Answer»

ong>Answer

You have four options to choose in thedialog box including Shift CELLS left, Shift cells up, Entire row, and Entire COLUMN. § If you CLICK Shift cells left, the remained cells move to the left of where the selected cells deleted.Aug 5, 2020

I think I'm correct

please mark me as brainliest and please follow me

5580.

Which character is represented by \t in C Language?/ C ​

Answer» LANGUAGE \t REPRESENTS TAB
5581.

In C languagecan the first letter of the Identifier beUnderscore?​

Answer» ONG>ANSWER:

true

HOPE for your helping

Explanation:

PLZ add me BRAINLY

5582.

What type of data can be passed to a function by value?​

Answer»

y I didn't understand your QUESTIONS PLEASE MARK me as a brainliest and follow me

5583.

ਸੀ ਭਾਸ਼ਾ ਦੀ ਸਟੇਟਮੈਂਟ ਦਾ ਅੰਤ ਕਰਨ ਲਈ ________ ਚਿੰਨ੍ਹ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਜਾਂਦੀ ?​

Answer» ONG>ANSWER:

can you PLEASE translate to ENGLISH

5584.

Which of the following is not a Arithmetic Operator​

Answer»

Java programming LANGUAGE SUPPORTS VARIOUS arithmetic OPERATORS for all floating-point and integer numbers. These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo). The following table summarizes the binary arithmetic operations in the Java programming language.

5585.

There is no Hierarchical order for ______ Operators.

Answer» ONG>Answer:

THANKS for your FREE points

5586.

PAGE NO.:DATE:11Which of the following variable name is incorrect​

Answer» ONG>ANSWER:

1 is the answer ✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️✌️

5587.

1. What do you mean by scope resolution operator?​

Answer» ONG>ANSWER:

The :: (scope resolution) operator is used to get hidden names due to variable SCOPES so that you can still use them. ... You can use the unary scope operator if a namespace scope or global scope name is hidden by a particular DECLARATION of an equivalent name during a block or class.

HOPE I HELPED YOU. THANK YOU

5588.

I=5is called---assignment .a.logical b.ralational c. general d. none of these​

Answer» ONG>ANSWER:

a logical

Explanation:

HOPE it may HELP you

5589.

. i=5 ਨੂੰ ______ਅਸਾਈਨਮੈਂਟ ਕਿਹਾ ਜਾਂਦਾ ਹੈ ।/ i=5 is called __ assignment . i = 5 को ______ असाइनमेंट कहा जाता है । * ਲੌਜੀਕਲ Logical लॉजिकलਰਿਲੇਸ਼ਨਲ relational रिलेशनलਜਨਰਲ General जनरलਕੋਈ ਵੀ ਨਹੀਂ None of These इनमें से कोई नहींPta nhi​

Answer»

ong>Answer:

MAY be - NONE of these

Explanation:

hope this HELP

5590.

What is the functional group of ​

Answer»

ong>ANSWER:

Functional GROUP of ??

Dear.. the QUESTION is incomplete..

5591.

The number of binary arithmetic operators in c is _?1. 4 2.5 3.6 4.7​

Answer» ONG>Answer:

1. ਸੀ ਭਾਸ਼ਾ ਦੀ ਸਟੇਟਮੈਂਟ ਦਾ ਅੰਤ ਕਰਨ ਲਈ ________ ਚਿੰਨ੍ਹ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।

5592.

How has the the use of webcam made conversation interesting?​

Answer»

ong>Answer:

in conversation WEBCAM use in PC for live video calling or TODAY webcam use in live CLASSES

5593.

Write the steps to perform tasks in lesson editor Import a lession.​

Answer» ONG>Answer:

DONT KNOW........

Explanation:THANKS MY ANSWERS

5594.

12 .ਸੀ ਭਾਸ਼ਾ ਵਿੱਚ ਦੋਹਰੇ ਅਰਥਮੈਟਿਕ ਆਪਰੇਟਰਾਂ ਦੀ ਗਿਣਤੀ ਹੈ ? / The number of BinaryArithmetic Operators in C is__ ?Cभाषा में दोहरे अर्थमैटिक ऑपरेटरों की संख्याਫ਼ੈ?4​

Answer» ONG>Answer:

addition,subtraction, MULTIPLICATION, division, modulus

Explanation:

PLEASE FOLLOW me

5595.

PAGE NO.: DATE:11the followorect.NameWhich of the following variable name is incorrect​

Answer»

ong>Answer:

PAID interest, PLEASE support me, i hope this HELPED you, THNX

5596.

Which of the Bollowing veniable name is incathect. il sum(li interest PaidPaid(iv)Moll No​

Answer»

ong>Answer:

(iv) ROLL no

Explanation:

PLZ plz give me a THANKS and FOLLOW me

5597.

18 allignment1I wis1=5 is called1. Logical2 relationalGeneralNone of. These​

Answer» ONG>ANSWER:

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

5598.

.............. is the leading off-shoring destination for IT companies in the world​

Answer» ONG>Answer:

Both onshore and offshore companyies which will HELP you in UR study's

5599.

Print (len(str(17//4)))​

Answer» ONG>Answer:  I couldnt understand your QUESTION plss MAKE me BRAINLIST PLSSSSSSSSSS

5600.

Which of the following variable name is incorrect. a.sum b.interest c.paid d.roll no​

Answer» ONG>EXPLANATION:

d.roll no

............