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.

6901.

What will be the value of y if x=5 y= ++x + --x + ++x ​

Answer»

ong>Answer:

c++ or g++ compiler. It will give OUTPUT as y=12.

Expression include PRE and POST increment operator.

x++ will be 5 (if value of x is 5) only as it prints or holds the value first than increment the value later. It is a case of pre-increment operator

++x will be 6 (if value of x is 5) as it INCREMENTS the value first than prints or holds the value later. It is a case of post-increment operator

6902.

Print preview shows the preview of the _____page​

Answer»

ong>ANSWER:

PRINTED

Explanation:

the PRINT PREVIEW option gives out only the preview of printed page

6903.

22. What will be the output of the following programint a, b=4;for(a=6; a

Answer»

uired ANSWER:-

Correct Co‎de:

int a, b=4;

for(a=6;a<=24;a+=6)    {

  if(a%b==0)

    break;

}

System.out.println(a);

Output:

12

Explanation:

  • The GIVEN loop iterates in the range 6 to 24.
  • Here, initial value of a is 6. After each iteration, its value is incremented by 6.
  • So, when a is 6, a%b==0 is FALSE and so, the break statement will not be executed.
  • After the first iteration, a becomes 12 i.e., its value is incremented by 6. So, a%b==0 becomes TRUE as 12 is divisible by 4. So, the break statement is executed. Loop is terminated at this point.
  • Final value of a becomes 12 which is displayed on the screen.

See the attachment for output.

•••♪

6904.

Uss the duties of the citizens of Chama स्विस बहुल कार्यपालिका पर सक्षिप्त टिप्पणी लिकरWrite a short not​

Answer»

ong>Answer:

THE FUNDAMENTAL DUTIES OF CITIZENS OF INDIA

THE FUNDAMENTAL DUTIES OF CITIZENS OF INDIA.

a) To ABIDE by the Constitution and respect its IDEALS and institutions, the.

National Flag and the National Anthem;

b) To cherish and FOLLOW the noble ideals which inspired our national struggle.

Explanation:

Hope it HELPS you

6905.

What was the extention of Q basic program file​

Answer»

ong>Answer:

Files WRITTEN with QBASIC MUST be run USING the program and have the "bas" file extension.

Explanation:

hope it HELPS

6906.

Q41 By default HTML document useswhich font to display the text in the document.​

Answer»

ong>Answer:

The HTML TAG DEFINES the default font-family, font-size and COLOR for the TEXT in the HTML document.

6907.

8.In Kompozer in view. theforms are shown surrounded by adotted blue box.O(A) Form FieldO (B) NormalO (C) InsertO (D) Drop Down Menu​

Answer» ONG>EXPLANATION:

cndnndnc Churu Churu and the other hand I will be in the JFK JF of learning and smart and smart ways of our

6908.

wap to input 10 numbers in two different array then calculate the total by adding each cell of both array and then store it in the third array.​

Answer» Required Program (In java) -

import java.util.Scanner; //Scanner CLASS is imported for input.

public class SumArray{

public static void main(String args[]){ //main method

Scanner sc = new Scanner(System.in); //Scanner class object is created.

int a[] = new int[10]; //First array.

int b[] = new int[10]; //Second array.

int C[] = new int[10]; //Array to store sum of corresponding elements.

for(int i =0;i<10;i++){ //Loop to accept the terms of both arrays.

System.out.println("Enter the #"+(i+1)+" no. for 1st array -");

a[i] = sc.nextInt();

System.out.println("Enter the #"+(i+1)+" no. for 2nd array -");

b[i]= sc.nextInt();

}

//Now for the sum of corresponding elements.

for(int j = 0; j<10;j++){

c[j] = a[j] + b[j] ;

}

System.out.println("The sum of corresponding elements is -");

for(int k = 0; k<10;k++){

System.out.print(c[k] + " , ");

}

}

}

Variable Description -

Variable     Type        Description

sc                   Object         Scanner class object

a                     int array       1st array            

b                     int array       2nd array

c                     int array       3rd array to store sum of corresponding elements

i                      int                 Loop variable for ACCEPTING terms.

j                      int                 Loop variable for storing sum of terms in c[] .

k                     int                 Loop variable for PRINTING the array c[] .

OUTPUT -

=> Refer to the attachment for output.

6909.

52 Design a program to calculate themean or avarage of a given list of​

Answer» ONG>Answer:

the QUESTION is INCOMPLETE

Explanation:

PLEASE complete the question

6910.

10. What is wrong in the following statement? while (i < 10) && (i>25)oa) The logical operator && cannot beused in a test conditionOb) the while loop is an exit conditionloopc) the test condition is always falsed) the test condition is always true​

Answer»

ong>Answer:

c) the test CONDITION is ALWAYS false

Explanation:

if i < 10 it is never be > 25 at the same TIME!!!-

6911.

What are the input and output devices ? explain each device​

Answer»

ong>Answer:

An input device sends information to a computer system for PROCESSING, and an OUTPUT device reproduces or displays the results of that processing. Input devices only ALLOW for input of DATA to a computer and output devices only receive the output of data from another device.

Explanation:

please mark it as BRAINLIEST

6912.

6. A virus can be introduced to a computer system along with any software program. true or false​

Answer» ONG>Answer:

The answer is TRUE MARK me brailiest

6913.

1) Plot the 2 input truth table for the logical gates AND NAND, OR, NOR, XOR,XNOR​

Answer» ONG>Answer:

OR

Explanation:

pls mark me as BRILLIANT

6914.

How does tableau help dig deeper into visual analysis? a) by giving end to end solution b) by giving you drill down feature c) by letting understand data schema d) by letting you connect to different data source​

Answer»

ong>Explanation:

How does tableau help dig deeper into VISUAL ANALYSIS? a) by giving end to end SOLUTION b) by giving you drill down feature c) by letting UNDERSTAND DATA schema d) by letting you connect to different data source

6915.

Operating system has not evloved in complexity true or false? ​

Answer» ONG>ANSWER:

I didn't KNOW answer I didn't know answer

6916.

Click _____ button to print the letters​

Answer» ONG>ANSWER:

PRINT button on to print the LETTERS

6917.

What is the purpose of network devices? Explain following network devices. (a) Bridge (b) Router (c) Repeater (d) Switch​

Answer»

ong>Answer:

your answer

Explanation:

1. Repeater – A repeater operates at the physical layer. Its job is to regenerate the signal over the same network before the signal becomes too weak or corrupted so as to extend the length to which the signal can be transmitted over the same network. An IMPORTANT point to be noted about repeaters is that they do not amplify the signal. When the signal becomes weak, they copy the signal bit by bit and regenerate it at the original strength. It is a 2 port device.

2. Hub – A hub is basically a multiport repeater. A hub connects multiple wires coming from different branches, for example, the connector in star topology which connects different stations. Hubs cannot filter data, so data packets are sent to all connected devices. In other words, collision domain of all hosts connected through Hub remains one. Also, they do not have the intelligence to find out best path for data packets which leads to inefficiencies and wastage.

Types of Hub

Active Hub:- These are the hubs which have their own power supply and can clean, boost, and relay the signal along with the network. It SERVES both as a repeater as well as wiring centre. These are used to extend the maximum distance between nodes.

Passive Hub :- These are the hubs which collect wiring from nodes and power supply from active hub. These hubs relay signals onto the network without cleaning and boosting them and can’t be used to extend the distance between nodes.

Intelligent Hub :- It work like active hubs and include remote management capabilities. They also provide flexible data rates to network devices. It also enables an administrator to monitor the traffic passing through the hub and to configure each port in the hub.

3. Bridge – A bridge operates at data link layer. A bridge is a repeater, with add on the functionality of filtering content by reading the MAC addresses of source and DESTINATION. It is also used for interconnecting two LANs working on the same protocol. It has a single input and single output port, thus making it a 2 port device.

Types of Bridges

Transparent Bridges:- These are the bridge in which the stations are completely unaware of the bridge’s existence i.e. whether or not a bridge is added or deleted from the network, reconfiguration of the stations is unnecessary. These bridges make use of two processes i.e. bridge forwarding and bridge learning.

Source Routing Bridges:- In these bridges, routing operation is performed by source station and the frame specifies which route to follow. The host can discover frame by sending a special frame called discovery frame, which spreads through the entire network using all possible paths to destination.

4. Switch – A switch is a multiport bridge with a buffer and a design that can boost its efficiency(a large number of ports imply less traffic) and performance. A switch is a data link layer device. The switch can perform error checking before forwarding data, that makes it very efficient as it does not forward packets that have errors and forward good packets selectively to correct port only. In other words, switch divides collision domain of hosts, but broadcast domain remains same.

5. Routers – A ROUTER is a device like a switch that routes data packets based on their IP addresses. Router is mainly a Network Layer device. Routers normally connect LANs and WANs together and have a dynamically updating routing table based on which they make decisions on routing the data packets. Router divide broadcast domains of hosts connected through

plz mark brain list

6918.

Write a program that reads a string and then prints a string that capitalizes every other letter in the string. eg : passion becomes pAsSiOn. Add FileQ. 3.2 Upload the screen shot out put of the above program here.​

Answer» ONG>The following co‎des have been written using Python.

s = input("Enter a string: ")

ls = list(s)

for i in RANGE(1, len(s), 2):

   ls[i] = ls[i].capitalize()

ES = ""

for i in ls:

   es = es + i

print(es)

Once a string is entered, you form a list out of it. You then start a for loop that TRAVERSES through the string and CAPITALIZES every alternate letter using the capitalize() method. You then create another empty string and concatenate the elements of the list to print the final string.

6919.

8.In Kompozer in view, theforms are shown surrounded by adotted blue box.O(A) Form FieldO (B) NormalO (C) InsertO (D) Drop Down Menu​

Answer» ONG>ANSWER:

dmxkdjcmdk men men. EK men men men krk

6920.

Decimal point cannot be adjusted for numeric data state true or false​

Answer»

ong>ANSWER:

False

Explanation:

DECIMAL point cannot be adjusted for NUMERIC data is a false STATEMENT , we can adjust it

6921.

3.Which option will you select to give heading to the form?O(A) Format Toolbar1 – Heading 1O (B) Format Toolbar2 -Heading 1Ο Ο Ο Ο(C) Composition Toolbar 1 -Heading1O (D) None of these​

Answer»

ong>ANSWER:

Answer ⤵️

( A) Format Toolbar 1

is CORRECT answer

Explanation:

MARK me bainlist please ✌️

6922.

1. What does action attribute takes as a value in a form?O (A) integerO (B) filenameO (C) realO (D) username​

Answer» ONG>EXPLANATION:

ACTION attribute takes as a VALUE in a form of integer

6923.

In which group the total button available​

Answer»

Microsoft-Word's find button is found in the HOME TAB below the group entitled Editing. Explanation: The MS-Word's find button is found in the home tab itself below the group named Editing. This specific button supports the USER in searching a PARTICULAR word or even formats the word in the Word documents

Explanation:

Mark me brain LIST please

6924.

Computer networks help users on the network to___________ the resources and in communication​

Answer» UTER networks help USERS on the NETWORK to UNDERSTAND the RESOURCES and in communication
6925.

Aadhaar Payment Enabled System 18. not anoperatWhich of the following ising system? *Windows​

Answer»

ong>Answer:

this QUESTION is incomplete or is JUMBLED please correct it

6926.

Explain commonly used basic functions in Calc.​

Answer»

ong>Answer:

The Mathematical functions INCLUDE trigonometric, hyperbolic, logarithmic and summation functions. The Number CONVERSION functions CONVERT numbers between forms. The 'Spreadsheet' functions find values in tables, or CELL references. The STATISTICAL functions provide statistical and probability calculations.

6927.

10) HTTP messages are typically sent between the Web server and Web browser using port number 443.​

Answer»

ong>ANSWER:

false

Explanation:

The port available for DATA TRANSFER between web server and web browser is 80 port number

6928.

What is object oriented programming?​

Answer»

stands for Object-Oriented Programming. Procedural programming is about WRITING PROCEDURES or functions that perform OPERATIONS on the data, while object-oriented programming is about creating OBJECTS that contain both data and functions.

6929.

Practice Zone Fill in the blanks.1. A network that is limited to a small geographical area such as a laboratory is know as a ________.2. The Internet is an example of a_________network,3. Central node dependency problem arises in networks with_________topology.4. A device that can convert digital signals into analog form and vice versa is known_______.5. A device that is used to connect computers in a network is called a_______.6. A transmission medium that transmits data in the form of light signals is referred to_______.7. The data that is transmitted across the Internet in the form of little bundles is called______.8.WLAN stands for________.​

Answer»

ong>Answer:

1 ( LAN ) , LOCAL AREA NETWORK , 2 . WORLD wide WEB ,

6930.

C++ was developed by jbm company​

Answer»

gh-level computer programming language. Developed by BJARNE Stroustrup of Bell Laboratories in the early 1980s by the company Bell Labs, it is BASED on the traditional C language but with added object-oriented programming and other capabilities.

6931.

Icoo sets is ____________ formatting​

Answer» ONG>Answer:

ICON Sets in Excel make it very easy to visualize values in a range of CELLS. Each icon represents a range of values. To add an icon set, execute the FOLLOWING steps.

6932.

What is chart? Name any two type of chart?​

Answer»

ong>Answer:

A chart is a graphical representation of data, in which "the data is represented by symbols, such as bars in a bar chart, LINES in a line chart, or slices in a pie chart". ... A data chart is a type of DIAGRAM or GRAPH, that ORGANIZES and REPRESENTS a set of numerical or qualitative data.

6933.

For x in range (1 19,3) :if(x==7 x==13 or x==19) :conteelse:print x)​

Answer»

x in RANGE (1 19,3) :

if(x==7 x==13 or x==19) :

con

te

else:

PRINT

answer is 3

6934.

A. Add register to the bus system CTR (count registert to be selected with S2 S 1 S 0 = 000.

Answer» ONG>ANSWER:

shjsjwkkwjxkswkskww0q

6935.

_____sites help to communicate very easily through the internet.​

Answer» ONG>ANSWER:

Is it social media..??

I m not SURE..

6936.

Content slides for your presentation can be created. * 1 pointSlide sorter viewMaster slideNormal viewSummary slideBSDK walo answer nahi pata to mat dena bhut der se puch raha hai bata do​

Answer»

ong>Answer:

Create Slide Content. ... When using the theme template the FIRST slide to appear in Normal view is CALLED the Title Slide. The title slide is the slide that is used to introduce the presentation to the AUDIENCE. It has two text placeholders for text: title text PLACEHOLDER and sub-title text placeholder.

6937.

Which of the following is used to insert carriage returns? (a) /v (b) /c (c) /cr (d) //​

Answer» ONG>ANSWER:

\r  is a carriage RETURN character.

Explanation:

In most computer languages “\r” represents a “carriage return”.

\orange{\tt Hope it will} \green{\tt help you.}

6938.

Which feature adjusts the column width automatically​

Answer» ONG>Answer:

AutoFit feature

Using Excel's AutoFit feature you can automatically change the width of COLUMNS and the height of rows in a worksheet to accommodate different sized text without having to manually change the width and height values. A real TIME saver, the AutoFit feature can also make data in your worksheet EASIER to access and read.

mark brainliest if u like plz

Explanation:

6939.

20 thOS!maiIE:HUTGall the same even aiter the execution of the programa. autob. staticG=externd. register15. String functions, that returns '0', when the strings are equal is-a, stilen)b. strcmp() c. strcpy d. None16. --variables are declared before the main() function.a. autob. staticc. extern d. register17. --variables are used to speed up the access.a. auto b static Cextern d. register18 variables are actual local variables.a. autob. static c. extern d. register19. is a group of related data items that share a common name.a. Arrayb. Varlables c. Subscript d. Structure20. Last character in the string array would be-a.NOb. 10C. lold. lo21. Array is a --- ---data type in 'Chata. Derived b. User defined c. Special d. None22. The first subscript of a 2D array refers-a. Rowb. Column c. Elements d. Size23. 'for statement has clauses.b. 3C. 424. There are --Programming constructors.b, 3d. 525. —-------statement is called as multiple branchingstatement.a. while b. switch c. for d. if...elseSELLalugud. 5a. 2a. 2TIHDE10 x 110vayԵվ-սար,II. Match the following:1. Float2 Array3. Address operatorIncreases the Execution speed44 componentsstring.h11/14 | HLETIammallaHot​

Answer» ONG>Answer:

Make in SHORT

Explanation:

MAK in short

6940.

Mr. Ramesh has recently joined an insurance company as market executive. He is making a presentation on the company in which he wants to incorporate the following features. a. Add the company's logo at the first slide.b. Add the company name on the top of each slide.c. connect slide 4 to slide 9 directly.d. add audio to each slide to explain the content of the slide​

Answer» ONG>ANSWER:

sorry I can't UNDERSTAND this QUESTION

6941.

14. It's possible to display the Date you typed a text and the current Date in the same footer. is it true or false​

Answer» ONG>ANSWER:

true.

Explanation:

but the this very COMPLEX to DISPLAY.

6942.

What is a table. Write 4 Advantages of making a Table. Prepare a report card in Table format.​

Answer» ONG>Answer:

a table format HELPS us to know ANYTHING INFORMATIVELY

6943.

Ich of the following is a properly defined struct​

Answer» ONG>ANSWER:

A STRUCT is a type consisting of a sequence of members whose storage is allocated in an ordered sequence (as opposed to union, which is a type consisting of a sequence of members whose storage overlaps).

EXPLANATION:

hope this answer will help you

6944.

28) निम्नलिखित में से किस प्रकार की स्मृति का पेन ड्राइव द्वारा प्रयोग किया जाता है ? AJRAMB) PROM C)EEPROM D उपर्युक्त में से कोई भी एक200​

Answer» ONG>Answer:

I don't UNDERSTAND your QUESTION please WRITE in ENGLISH then I reply this question answer okay

6945.

Mention the basic data type​

Answer»

ong>Answer:

Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate REAL numbers), characters and Booleans. A data type CONSTRAINS the values that an expression, such as a variable or a function, might take.

String (or str or text). Used for a COMBINATION of any characters that APPEAR on a keyboard, such as letters, numbers and symbols.

Character (or char). Used for single letters.

Integer (or int). Used for whole numbers.

Float (or Real). ...

BOOLEAN (or bool).

6946.

Content slides for your presentation can be created. * Slide sorter viewMaster slideNormal viewSummary slide​

Answer»

ong>Answer:

Create Slide Content. ... When using the theme template the first slide to appear in Normal view is CALLED the TITLE Slide. The title slide is the slide that is USED to introduce the presentation to the AUDIENCE. It has two TEXT placeholders for text: title text placeholder and sub-title text placeholder.

Explanation:

HOPE IT HELPS

6947.

Walking man and a running cheetah are an example of what animation​

Answer» ONG>ANSWER:

they are an example of moving animation

Explanation:

hope it HELPS:)

pls MARK me as brainliest :)

6948.

Which is not a computer virus? (i) kaspersky(ii) message carrying virus iii)Boot sector virus (iv) Program virus​

Answer»

ʀᴇᴄᴛ ᴏᴘᴛɪᴏɴ-:

1) ᴋᴀsᴘᴇʀᴋʏ

6949.

Utilisation of internet. CD, DVD to tech student in referred as_______​

Answer»

ong>Answer:

Teaching-Learning MATERIALS (TLMs) are important for the teachers in teaching his/her lesson effectively as it help him/her to a better interpretation and appreciation of the CONCEPTS, contents as well as the subject MATTER. TLMS also enables the students to proceeds towards CONCRETE learning.

6950.

Differentiate optical and solid state storage device.​

Answer»

ontrast to magnetic and OPTICAL forms of backing storage, these devices have no moving parts and so are called 'solid state'. INSTEAD, they use a special kind of programmable ROM memory chip on which data is STORED.