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.

6001.

What is communication. Name the various types of communication please help me​

Answer» COMMUNICATION is the process by which we communicate with any other person who LIVES in any area any country . some ex .like social MEDIA , networking Explanation:PLEASE MAKE me brain list
6002.

How many methods are there in Animate CC to make animation?​

Answer»

n-How MANY methods are there for CREATING an animation in Flash?Answer: The three types of tweening used in Flash are frame-by-frame tweening, MOTION tweening and SHAPE tweening. Flash uses threetypes of animation to createmoving CARTOONS...

6003.

List the difference between computer hardware and software​

Answer» HARDWARE. SoftwareAs Hardware are physical We can see and ELECTRONIC devices, we ALSO use the softwarecan see and touch but can't actually hardware. touch them.
6004.

Write a basic program to enter two numbers and swap them​

Answer»

which language?Please NEXT TIME write the FULL QUESTION

6005.

Write 3 lines about manufacture​

Answer»

turing engineering, or the MANUFACTURING process, are the steps through which raw MATERIALS are transformed into a FINAL product. The manufacturing process begins with the product design, and materials SPECIFICATION from which the product is MADE.

6006.

3 There are four views of control panel in windowQ3 MCO​

Answer» TION:your ANSWER you WRITE some FEATURES only
6007.

36.The default data type for Primary Key is​

Answer»

For most of the data types, MySQL provides 'NULL' as a DEFAULT VALUE. In the case of Primary Key COLUMNS, these cannot contain 'NULL' values. In this case, a DEFAULT unique value is a good way to handle this.Explanation:Hope it helps you!!!please mark as brainliest answerand FOLLOW for more answers

6008.

10x Google isserch Engine​

Answer» TION:FOLLOW me....................
6009.

33.The process of displaying the information in summarized from the table is called............................ .​

Answer» SUMMARY TABLEExplanation:MARK AS BRAINLIEST AND FOLLOW
6010.

Basic tips for taking care of device any three points​

Answer» E some basic and simple tips to TAKE care of your computer.Get Padded Protection for Your LAPTOP. ...Be Good to Your BATTERY. ...Use Antivirus and a FIREWALL. ...Defragment Your Hard Drive. ...Declutter. ...Reformat Your Computer. ...Be Careful With Food and Drinks. ...Disable Programs You Don't Use.
6011.

______ symbol is used to ask question that can be answer in yes or no​

Answer»

? (QUESTION MARK) Mark as BRAINLIEST and FOLLOW me.....

6012.

The internet explorer window has_main parts​

Answer» YES .... ..............
6013.

Answer these questions pls....​

Answer»

1.False2.True3.False4.False5.  False 6.False7.  True  8.True                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Explanation:1.A LIST within another list is CALLED nesting of a list3.Multiple section of a browser window is called frame4.BGCOLOR attribute specifies the BACKGROUND colour5.

tag define the header cell in an HTML table6.Cellspacing is the space between CELLS.
6014.

Click on. button will start the sound​

Answer» MEANS ! I don't GET itExplanation:HIII
6015.

Everyone store their files on their own computer in which network​

Answer» ACCORDING to me, it's WIRELESS NETWORK.
6016.

Describe a scenario where all the major factors of effective communication come in effect

Answer»

this ANSWER MAY HELP U OK

6017.

Guys! I need your help! Please I need answers of these questions. If you gave me True answers, I will follow you and will mark brainliest ​

Answer»

2a3d4b5b. KNOCK. don't TAKE my ANSWER

6018.

What is the procedure of rectifying a section with defects using the Clone Stamp Tool in an image?​

Answer»

fghdvjbijgExplanation:fhghhhb in hfhfyfodok SCHOOL GOOD grill UNION City this answer for this QUESTION is

6019.

Print thePattern (output)1 1 1 1 12 2 2 2 23 3 3 3 3 ​

Answer»

333331111122222Explanation:I I don't KNOW ANSWER of this QUESTION

6020.

Kon sa right hai bhai.......​

Answer»

tion:1st ANSWER and chaitan is WRITE dudebe HAPPY alwayz

6021.

Answer the following questions. (a) Write any three functions of a CPU.(b) Define the two major parts of a CPU.(c) Write the names of the important parts that you see inside the systemcabinet.(d) What do you understand by ports and peripherals?be​

Answer»

(a) • cpu is considered as brain of the computer. • it controls the functions of the computer. • it performs all type of processing operations.(b) ALU- arithmetic logic unit CU- control unit(c) • RAM • HARDDISKNETWORK card(d) ports- it is a point of connection between the computer and it's PERIPHERAL devices. peripheral- it is USED to enter information into computer for storage and to deliver the data in human computer.hope this will help you..

6022.

Write the tag and attribute to create 1. textbox2. password3. check box4. radio button5. text area6. list7.drop down list8. file upload9. submit10. reset11. button​

Answer»

hejsshjajwnwnbwjjsjsjsjsjjsnsnsnsnsnsnsshjsjsjsjhsjsjsjsExplanation:bsnsnsnsjsjsbsbsbsbsnsb

6023.

What is a terminal ? class 6. computer science​

Answer»

A computer terminal is an electronic or electromechanical hardware device that can be used for ENTERING data into, and displaying or printing data from, a computer or a computing SYSTEM. ... A terminal that DEPENDS on the host computer for its processing POWER is called a "DUB terminal" or a thin client.please mark me as the brainliest

6024.

Tell me fast guys pls pls​

Answer»

option no 2 is the RIGHT answer hope it is HELPFUL

6025.

Which version includes features for encrypting a file system, virtualization and domain management​

Answer»

File EXPLORER from your START menu, desktop, or taskbar. Right-click a file or folder. Click Properties. Click Advanced. Click the checkbox NEXT to Encrypt contents to secure data. Click OK. Click APPLY.

6026.

Q11. Identify the errors in the following program code: # Program to print sum of three numbers whose values are 10, 12 and 15num l=10num2=12num3=15sum = num l-unum2 +num3;print 'sum​

Answer»

ource code:num 1 = 10num2 = 12num3 = 15sum = num 1 - unum2 + num3;PRINT 'sum​Correct code:num1 = 10num2 = 12num3 = 15sum = num1 + num2 + num3;print(sum)Corrections and reasons:num1 = 10      VARIABLE names cannot contain special characters other than underscores (_).num2 = 12   #no correctionnum3 = 15   #no correctionsum = num1 + num2 + num3;The objective was to obtain the sum of all the numbers added together. You would need to change the first SIGN from (-) to (+).The second variable was also named as (num2) and not as (unum2). Wrong variables can lead to Name Errors.print(sum)SYNTAX error: print STATEMENTS need to be enclosed within brackets.

6027.

Print the pattern output 5101 22 43 b4 85 103 4to 8912.12. 1615 20152025​

Answer» PRINT the PATTERN output5101 22 43 B4 85 103 4to 8912.12. 1615 20152025
6028.

Please solve please please please ​

Answer»

vfivis kodaisv kkcgzvv zkkzvzuzizbizkzvh kkvhknvkbvj kkkvghjbzkknhk kkBvzjzbz kohhiznn kkgikb jkvvsskskalaalaba kkvhs sakovvaajab

6029.

1. Define alignment. Name the four types of alignment. 2. Discuss the two ways to set the left and right indentation of the text.3. What do you mean by Page orientation? How is portrait orientation different from landscape orientation?4. How is find and replace feature helpful to us?5.What are page margins? How can you set them​

Answer»

1. There are four main alignments: left, right, center, and justified.2. Method 1: Set Paragraph Formatting3. Page orientation is the way in which a rectangular page is oriented for normal viewing. The two most common types of orientation are portrait and landscape. 4. Find and Replace helps you to find WORDS or formats in a document and can let you replace all instances of a word or format. This is particularly handy in long documents. To use Find and Replace, use the shortcut Ctrl+H or navigate to Editing in the Home tab of the ribbon, then choose Replace.5. Go to View > Print Layout. Go to Layout > Margins, select Margins, and then select Custom Margins. In the Top, Bottom, Left, and Right boxes, set the margins that you WANT, and then select DEFAULT. When you are prompted, select Yes to change the default settings for document layout.Explanation:1. a Left-aligned text is text that is aligned with a left edgeb Right-aligned text is text that is aligned with a right edge.c Centered text is text that is centered between two edges.2. If there is a text block, then select them. Next right click and choose “Paragraph”. In the dialog box OPEN, ensure the “Indents and Spacing” tab is on. Then set the same indentation value for the left and right.PLEASE MARK AS THE BRAINLIEST ANSWER,I WILL FOLLOW YOU

6030.

6. Answer the following questions in brief.(a) Which is the most important part of the computer system?(hl What in​

Answer» CPU is MAIN PART of COMPUTER
6031.

Electronic device stores data in the form of1. O's and 1's 2. 4'sand 5's 3. 6'd and8's 4. None​

Answer» 0's and 1's is the ANSWER
6032.

Name the components used in every generation of computer​

Answer» NTS of Computer: There are 5 basis components of computer, which helps computer SYSTEM to run properly without any interruption. ...5 Basics components of computer:i) INPUT Unit. ...ii) Output unit. ...iii) Storage unit. ...iv) Central processing unit (CPU) ...V) Arithmetic and LOGIC unit (ALU)
6033.

Name the sheet to use an sheet actGIVE IN ONE WORD​

Answer» TION the RIGHT QUESTION
6034.

which device is used an input device Primarily video game, training and controlling robots ? (a) scanner (n) light pen(c)joystick (d) micr​

Answer» TION:JOYSTICK MARK me as BRAINLIEST
6035.

Which tag contains the relationship command button​

Answer» TAB CExplanation:MARK as the BRAINLIEST ANSWERS and follow me
6036.

Parts of the computer​

Answer»

CPU, memory, INPUT & output.Input & output devices.Central PROCESSING UNIT (CPU)Computer memory.Secondary memory.Exploring microcomputers.Hope it is clear...PLEASE mark it as the brainliest PLEASE

6037.

MacBook Pro 2020 vs Dell Xps 2020 Which is best ??​

Answer» MATE,I think MACBOOK Pro 2020 is The Best.Explanation:Please MARK me Brainliest.
6038.

Unscramble the words.​

Answer»

1.FAMILY2.health3.Talents4.Nature5.Finders

6039.

Which Laptop is perfect under 5 lakhs​

Answer» PIRE 3 A3 is BEST under 5 LAKH .........
6040.

To create a new recipient list, select _______ radio button under the Select Recipient section.

Answer»

For CREATING a new RECIPIENT list FIRSTLY you will have to select the radio BUTTON just under then select recipient selection.Hope IT helps you!! have a great DAY!!

6041.

Mac vs Windows Which is Best​

Answer»

The Choice:PCs and Macs do offer some clear-cut DIFFERENCES; which of those differences are the most important is something that each PERSON has to DECIDE for his or herself. Due to price and availability, PCs tend to be the winner, while Macs remain the choice for the more ELITE or anti-Windows computer users.Explanation:HOPE it is helpful to youPlease make me brilliant.......

6042.

How many tabs appear on the ribbon when a chart is selected?​

Answer»

item to ADD a chart; SELECT the chart, you will view three extra tabs appear in RIBBON: Design tab, Layout tab, and Format tab. These tabs will help you format and edit your charts.

6043.

Please give me this Qans​

Answer»

your PIC KAISE CLEAR your pic is not clear

6044.

Cloums in a table are known as​

Answer»

The columns in a table are the SET of FACTS that we KEEP track of about that type of object. A column is ALSO called an attribute.

6045.

Explain any three Input devives​

Answer»

KEYBOARD : A computer keyboard is a typewriter-style device which USES an arrangement of buttons or keys to act as mechanical levers or electronic switches.SCANNER : scanner, is a device that optically SCANS images, printed text, handwriting or an object and converts it to a digital image. Commonly used in offices are variations of the desktop flatbed scanner where the document is PLACED on a glass window for scanning. MOUSE : computer mouse (plural mice or mouses) is a hand-held pointing device that detects two-dimensional motion relative to a surface. This motion is typically translated into the motion of a POINTER on a display, which allows a smooth control of the graphical user interface of a computer.Explanation:PLEASE-------MARK AS BRAINLIST ANSWER ❤️❤️PLZZ FOLLOW MEDON'T FORGET TO MARK AS BRAINLIST ANSWER ❤️

6046.

which refers to data instruction that given to computer ? (a) output (b) process (c) program (d) input​

Answer»

d) INPUT EXPLANATION:Input is the command which the COMPUTER ACCEPTS from the user

6047.

To change the mouse setting click on –––-option in control panel fillup​

Answer»

"optionExplanation:From the START menu, CLICK CONTROL Panel. ...In the Printers and Other Hardware window, click the Mouse icon.In the Mouse Properties DIALOG box, click one of the TABS at the top, and then select the mouse settings you want to change.To save changes, click OK.

6048.

14. are offshore centres that perform specific functions for largeorganisations.OGICISPO MNC​

Answer» OFFSHORE Finance and Offshore Financial Centers. Offshore finance is, at its SIMPLEST, the PROVISION of financial services by banks and other agents to non-residents. These services INCLUDE the borrowing of money from non-residents and lending to non-residents.
6049.

5.What are Patterns? Why is it important to observe patterns?​

Answer»

Patterns PROVIDE a sense of order in what MIGHT otherwise appear chaotic. Researchers have found that understanding and being able to IDENTIFY recurring patterns allow us to make EDUCATED guesses, assumptions, and hypothesis; it helps us develop important skills of CRITICAL thinking and logic.Explanation:❤HOPE IT HELPS YOU DEAR❤

6050.

Full form of GiGO ???​

Answer» GARBAGE In Garbage Out (REAL ANSWER)GOD Is God OK (my answer)