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.

11901.

Which software program allows us to find and read encoded document

Answer»

UTF-16 or UTF-8

This SOFTWARE PROGRAM ALLOWS us to find and read encoded document.

11902.

Why are people not aware about computer

Answer»

Explanation:

people r aware about computer

technology

and MAKING INDIA DIGITAL

11903.

What do you mean by data types?How they are important?​

Answer»

Explanation:

DATA type is a type of data. Of course, that is rather circular definition, and also not very helpful. Therefore, a BETTER definition of a data type is a data storage format that can contain a specific type or range of VALUES.

When computer programs store data in variables, each variable must be assigned a specific data type. Some common data types include integers, floating point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and VARCHAR (variable character) formats.

Some programming languages require the programmer to define the data type of a variable before assigning it a value. Other languages can automatically assign a variable's data type when the initial data is entered into the variable. For example, if the variable "var1" is created with the value "1.25," the variable would be created as a floating point data type. If the variable is set to "Hello world!," the variable would be assigned a STRING data type. Most programming languages allow each variable to store a single data type. Therefore, if the variable's data type has already been set to an integer, assigning string data to the variable may cause the data to be converted to an integer format.

11904.

Presentation on cyber safety​

Answer»

Explanation:

cyber security is important in all devices like COMPUTER,mobile, LAPTOPS etc. we should ALSO log out our account before delete any app.we SOULD not share our e mail account no.,phone numbers, otp number or ANYTHING with strangers.

11905.

Who hack the google​

Answer»

IDK............... .....

11906.

Date.................... HOMEWORK ASSIGNMENT/NOTE FOR GUARDIANHIN6..WAP to inbut time in sec andsplit it into hrs mins andSec of Class TeacherSign. of Parents​

Answer»

ANSWER:

JAVA or c

in java hbsjje

eje3kjer

hdjem3

11907.

8 wearable gadgets and their feature​

Answer»

Answer:

watch,CLOTHES,CAP,shoes,GLASSES,ETC

11908.

WAP to input L and b of a rectangle. calculate and print​

Answer»

Answer:

class cal

{

PUBLIC STATIC VOID main( double L , double B )

{

double area =0.0;

area = L*B;

System.out.println(area);

}

}

11909.

Can one tell what is the code for fill command in computer programming​

Answer»

ANSWER:

(R,G,B,a*)

this was a SIMPLE answer

11910.

Write three rules to enter a function.​

Answer»

EXPLANATION:

HOPE it should HELP you

11911.

Hola Mates.....can anyone tell me is the time changing with the computer machines and others.......No spam.....​

Answer»

Answer:

Yes because it had HUGE CHANGES in our whole U can MEASURE

11912.

How do we define formulas?​

Answer»

ANSWER:

by GIVING their DERIVATION

11913.

What is telent ? why is it use?

Answer»

TELNET is a protocol used on the Internet or local area network to provide a bidirectional interactive text-oriented communication facility USING a virtual terminal connection

Explanation:

Telnet is a simple, text-based network protocol that is used for accessing remote computers over TCP/IP NETWORKS LIKE the Internet. Telnet was created and launched in 1969 and, historically speaking, you can say that it was the first Internet.

11914.

Topic for ASL women empowerment​

Answer»

HIGHLIGHT you like a charm I was in relationship and a good day I was just THINKING that you will find ATTACHED HEREWITH attached file to these emails when you WANT a

11915.

Hola Mates....write about computers......No spam..Best answer will be mark as brainliest......​

Answer»

Explanation:

Computers are used to CONTROL large and small machines which in the past were controlled by HUMANS. Most people have used a personal computer in their HOME or at work. They are used for THINGS such as listening to music, reading the news and writing. Modern computers are electronic computer hardware.

11916.

In the middle of iteration, how should a team handle requirement changes from the customer

Answer»

Answer:

If our CUSTOMER SEES some EARLY deliverables and decides to make changes, we can do that in the next iteration, maybe only ONE or two

11917.

✔What Is Auto Filter Commant?Explain▶Guys if you know any better answers but could not answer in time, you are requested to comment.◀​

Answer»

Answer:

Explanation:

The Excel Autofilter. The basic Excel filter (also known as the Excel Autofilter) allows you to view specific rows in an Excel spreadsheet, while hiding the other rows. When the Excel autofilter is added to the header ROW of a spreadsheet, a drop-down menu appears in each cell of the header row.

Turn off the AutoFilter feature by selecting Filter from the Data menu and then AutoFilter from the submenu. Reset all FILTERING criteria by selecting Filter from the Data menu and then Show All from the submenu. Select the pull-down arrow for a field that has criteria set, and then choose the (All) option.

Excel Autofilter with VBA. Using the autofilter with VBA is an extremely powerful feature. The FOLLOWING TRAPS all of the items in column A and adds that to the autofilter output. This is dynamic so as your Excel rows grow, the code adjusts accordingly. ... Excel's Autofilters are extremely useful for ISOLATING data.

11918.

Conclusion on hardware computer​

Answer»

ANSWER:

all the physical DEVICES that can be SEE and TOUCH is hardware.

11919.

Convert the fractional binary number 0001.0010 to decimal

Answer»

Answer:

1.125

Explanation:

  1. Write down the number.
  2. Starting with the LSB, multiply the DIGIT by the value of the place holder.
  3. Continue doing this until you reach the MSB.
  4. Add the results together.

------hope this HELPS  :)

11920.

How memory plays a central role in computer system? Show it with the help of diagram.

Answer»

ANSWER:

it's the MAIN CHIP of COMPUTER

11921.

08. Create a tables-reate a table showing ICT impact on daily life and work life.​

Answer»

Answer:

(+)ve impact

  • it has power to TRANSFORM society
  • ACCESS to information
  • improved access to information
  • new tools, new opportunities

(-)ve impact

  • can HARM USER
  • access to violence WEB sites
  • hacking
  • fishing
  • cyber frauds
  • crashing of hardware and software
11922.

Program to print below format.1 2 3 4 5 6 7 81 2 3 4 5 6 71 2 3 4 5 61 2 3 4 51 2 3 41 2 31 21In Php

Answer»

★彡 Here is Your Answer 彡★

if(isset($_POST['sub']))

{

  $ROWS=$_POST['row'];

  for($i=$rows;$i>=1;--$i)

    {

        for($j=1;$j<=$i;++$j)

        {

           echo $j;

        }

    echo "
";

    }

}

?>

       

     

Enter NUMBER of rows:

Ehsass 彡★

11923.

Write a program to print Fibonacci seriesin the PHP Language

Answer»

★彡 Here is Your Answer 彡★

if(isset($_POST['sub']))

 

{    $fibo=array(0,1);

$num=$_POST['nm1'];

 

    for($i=2;$i<=$num-1;$i++)

{

 

      $fibo[$i]=$fibo[$i-1]+$fibo[$i-2];

 

     }

 

}

 

?>

 

 

 

<a href="https://interviewquestions.tuteehub.com/tag/fibonacci-2082831" style="font-weight:bold;" target="_blank" title="Click to know more about FIBONACCI">FIBONACCI</a> <a href="https://interviewquestions.tuteehub.com/tag/series-1201802" style="font-weight:bold;" target="_blank" title="Click to know more about SERIES">SERIES</a>

 

 

 

 

 

 

 

 

 

Number of Terms:

for($i=0;$i<=$num-1;$i++){ECHO $fibo[$i].",";}

}

?>  

 

Ehsass 彡★

11924.

Write a program to print Factorial of any number

Answer»

★彡 Here is Your Answer 彡★

$NUMBER = 6;                   /*number to get factorial */

$fact   = 1;

for($K=1;$k<=$number;++$k)    

      {

         $fact =  $fact*$k;

      }

echo "Factorial of $number is ".$fact;

 

 

?>

Ehsass ★

11925.

Tell me best ten uses of Internet in our daily life​

Answer»

Answer:

Based on a recent survey of Internet TRAFFIC, the 10 most popular uses of the Internet in descending order of use are:

  1. Electronic mail.At LEAST 85% of the inhabitants of cyberspace send and receive e-mail. Some 20 million e-mail messages cross the Internet every week.
  2. Research.
  3. Downloading files.
  4. Discussion groups. These include public groups, such as those on Usenet, and the PRIVATE mailing lists that ListServ manages.
  5. Interactive games. Who hasn’t tried to hunt down at least one game?
  6. Education and self-improvement. On-line courses and workshops have found yet another outlet.
  7. Friendship and dating. You may be surprised at the number of electronic "personals" that you can find on the World Wide Web.
  8. Electronic newspapers and magazines. This category includes late-breaking news, weather, and sports. We’re likely to see this category leap to the top five in the next several years.
  9. Job -hunting. Classified ads are in , but most are for technical positions.
  10. Shopping. It’s difficult to believe that this category even ranks. It appears that "cybermalls" are more for curious than serious shoppers.

Hope it helps

Mark it as brainliest and Don't FORGET to follow me

11926.

Write a Java Program to check Armstrong number.

Answer»

LET's try to UNDERSTAND why 153 is an Armstrong number.

153 = (1*1*1)+(5*5*5)+(3*3*3)

where:

(1*1*1)=1

(5*5*5)=125

(3*3*3)=27

So:

1+125+27=153

Let's try to understand why 371 is an Armstrong number.

371 = (3*3*3)+(7*7*7)+(1*1*1)

where:

(3*3*3)=27

(7*7*7)=343

(1*1*1)=1

So:

27+343+1=371

Let's see the java program to check Armstrong Number.

class ArmstrongExample{

public static void main(String[] ARGS) {

int c=0,a,temp;

int n=153;//It is the number to check armstrong

temp=n;

while(n>0)

{

a=n%10;

n=n/10;

c=c+(a*a*a);

}

if(temp==c)

System.out.println("armstrong number");

else

System.out.println("Not armstrong number");

}

}

Output:

armstrong number

11927.

GIMSCOMPUTER SCIENCEEditing Objects in Flash3. write steps for transforming the shape in flash ​

Answer»

Answer:

If your GOAL is to modify the shape of an object from start to FINISH, such as morphing a star into a circle, you should take advantage of shape tweens in Adobe Flash CS6.

In addition to morphing between distinctively DIFFERENT shapes, shape tweens can morph color. As with motion tweens, you can tween only one shape at a time on a single layer. If you want to create multiple shape tweens simultaneously, isolate each one on its own layer.

Follow these steps to create a shape tween:

Create a new Flash document. At the bottom of the workspace, click the Timeline panel’s tab to bring it forward.

On an empty layer, draw a shape (for example, a star or polygon with the Polystar tool) on FRAME 1.

You can include a STROKE and a fill, because the shape tween can handle both.

Click on Frame 25 and choose Insert→Timeline→Blank Keyframe.

Rather than choose the motion tween, we choose a blank keyframe because we don’t want a copy of the shape drawn on Frame 1 to be carried over to the new keyframe.

Draw a distinctively different shape on the new, blank keyframe on Frame 25.

Select Frame 1 and choose Insert→Shape Tween.

You see an arrow and a green shaded area appear between the starting and ending keyframes, indicating that you’ve successfully created a shape tween.

Turn on the Onion Skin Outlines option below the Timeline to see the frames that Flash has created for you.

If necessary, use the sliders that appear on the timeline ruler to show Onion Skin Outlines across the entire range of frames from beginning to end.

Press Enter or Return to play back your animation.

The original shape transforms into the final shape.

Try using these steps to create a tween between two type characters. Create the letters using the Text tool. Break the characters into their raw forms before creating a shape tween by choosing Modify→Break Apart.

Explanation:

explaining in answer

11928.

Write a Java Program to open all links of gmail.com.

Answer»

Create a new SESSION object by calling getDefaultInstance()

method and passing properties as argument to get all of the IMPORTANT properties like HOSTNAME of the SMTP server etc.

method and passing properties as argument to get all of the important properties like hostname of the SMTP server etc.Create a MimeMessage object by passing the session object CREATED in previous step.

method and passing properties as argument to get all of the important properties like hostname of the SMTP server etc.Create a MimeMessage object by passing the session object created in previous step.The final step is to send EMAIL using the javax.mail.Transport

11929.

Write a Java Program to count the number of words in a string using HashMap.

Answer»

Answer:

Let’s write a program to count the word in a sentence using java HashMap an implementation class of Map.

Map is data structure which contains value based on key.

import java.util.*; // PACKAGE contains the collection classes. ex Map, HashMap, TreeSet etc

class WordCount {

public static VOID main(String args[]) {

Map < String, Integer > map = new HashMap < > ();

Scanner sc = new Scanner(System.in); // used to read user input

System.out.println("Enter a string:");

String sentence = sc.nextLine();

String[] tokens = sentence.split(" "); // split based on space

for (String token: tokens) {

String word = token.toLowerCase();

if (map.containsKey(word)) {

int count = map.get(word); // get word count

map.put(word, count + 1); // override word count

} ELSE {

map.put(word, 1); // INITIAL word count to 1

}

}

//display the data

Set < String > keys = map.keySet(); // list of unique words because it's a Set

TreeSet < String > sortedKeys = new TreeSet < > (keys); // ASCENDING order of words

for (String str: sortedKeys) {

System.out.println("Word =" + str + " and it's count = " + map.get(str));

}

}

}JavaCopy

11930.

Write code to check a String is palindrome or not?

Answer»

PALINDROME program in C language

Palindrome program in C language#include

#include

int main()

int main(){

int main(){char a[100], B[100];

printf("Enter a string to check if it is a palindrome\n");

GETS(a);

STRCPY(b, a); // Copying INPUT string.

11931.

How many kind of Rom​

Answer»

ANSWER:

There are FIVE BASIC KINDS of ROM

  • MASK ROM
  • FLASH EPROM
  • PROM
  • EPROM
  • EEPROM

HOPE IT HELPS YOU

11932.

C program for the series 1,2,1,3,2,5,3,7,5,11,8,13,13,17....

Answer»

ANSWER:

a

Explanation:

11933.

5. The LEFT or LT command​

Answer»

lt command

LT command:

This command applies to the XBee/XBee-PRO Zigbee RF Module.

Set or read the Associate LED blink time. If you use the D5 command to enable the Associate LED functionality (DIO5/Associate pin), this value determines the on and off blink times for the LED when the device has JOINED the network.

If LT = 0, the device uses the default blink rate: 500 MS for a sleep COORDINATOR, 250 ms for all other nodes.

For all other LT values, the firmware measures LT in 10 ms increments.

11934.

Scanneret peuSummative AssessmentSion 2Fill in the boxes and then match them with the corre6 TPN1.2 WBC ME3. I YSTK4. MUESPITRE​

Answer»

ANSWER:

SORRY I am in 7 STANDARD so I can't sorry

11935.

Write a program that displays an amount in rupees in terms of notes of different dominations. Eg. Rs. 2782 is displayed as :Rs. 2000 notes: 1Rs. 500 notes : 1Rs. 100 notes: 2Rs. 50 notes : 1Rs. 20 notes : 1Rs. 10 notes : 1Rs. 5 notes : 0Rs. 2 notes : 1Rs. 1 notes : 0​

Answer»

Language:

Python.

Program:

amount = INT(input("Enter a number : "))

note2000 =  note500 = note100 = note50 = note20 = note10 = note5 = note2 = note1 = 0;

if amount >= 2000:

   note2000 = int(amount/2000)

   amount = amount - (note2000*2000)

if amount >= 500:

   note500 = int(amount/500)

   amount = amount - (note500*500)

if amount >= 100:

   note100 = int(amount/100)

   amount = amount - (note100*100)

if amount >= 50:

   note50 = int(amount/50)

   amount = amount - (note50*50)

if amount >= 20:

   note20 = int(amount/20)

   amount = amount - (note20*20)

if amount >= 10:

   note10 = int(amount/10)

   amount = amount - (note10*10)

if amount >= 5:

   note5 = int(amount/5)

   amount = amount - (note5*5)

if amount >= 2:

   note2 = int(amount /2)

   amount = amount - (note2*2)

if amount >= 1:

   note1 = amount

print("2000 notes = ",note2000)

print("500 notes = ", note500);

print("100 notes = ", note100);

print("50 notes = ", note50);

print("20 notes = ", note20);

print("10 notes = ", note10);

print("5 coins= ", note5);

print("2 coins= ", note2);

print("1 coins = ", note1);

Output

Enter a number : 2782                                       

2000 notes =  1                                       

500 notes =  1                                      

100 notes =  2                                        

50 notes =  1                                        

20 notes =  1                                         

10 notes =  1                                        

5 coins=  0                                

2 coins=  1

1 coins=  0  

---Hope this helps you

11936.

Write a program to swap two values.​

Answer»

Program:

import java.io.*;

import java.util.*;

public class Main{

     public static void main(String args[]){

           Scanner sc = NEW Scanner(System.in);

           System.out.println("ENTER TWO Variables To SWAP Each Other : ");

           int num1 = sc.nextInt();

           int num2 = sc.nextInt();

           System.out.println("Before swap num1 = "+num1+", num2 = "+num2);

           num1 = num1 + num2;

           num2 = num1 - num2;

           num2 = num1 - num2;

           System.out.println("After swap num1 = "+num1+", num2 = "+num2);

     }

}

Output:

Enter Two Variables To Swap Each Other :

5

10

Before swap num1 = 5, num2 = 10

Before swap num1 = 10, num2 = 5

Explanation:

  1. i swapped without using any third variable in the code
  2. i took 2 number as num1 and num2
  3. in the logic first i added num1 and num2 and stored it in num1
  4. then i subtracted num1 with num2 and stored it in num2 so that num2 will get num1 value because in programming RECENT value is considerec
  5. then i subtracted num1 with num2 and stored it in num1, then num1 will have the value of num2
  6. and i printer them

----Hope This will help you   :)

11937.

What are the difference between simple and compound statement​

Answer»

heyy mate....!!!

Simple Statement:

Any statement, however long or short, that has only one subject-verb combination and EXPRESSES a complete thought is a Simple Statement consisting of 1 subject and 1 verb.

Example: The tired, dirty and footsore tourists, STRAGGLED wearily ACROSS the bridge, up the hill and FINALLY into the rest house.

Compound Statement: It consists of two or more than two complete thoughts.

Example: JIYA wants biryani for dinner, but she forgot to buy meat.

thanks..!!!

11938.

F. What is the use of utility program?​

Answer»

HEYY mate...!!!

It a type of system software that is used to solve a PARTICULAR problem is CALLED utility program. Many operating systems provide different types of utility PROGRAMS to solve the common problems of software and hardware also.

Types of Utility Program

Different types and examples of utility programs are as follows:

File Viewer

File Compressor

Diagnostic Utilities

Disk Scanner

Antivirus

Disk Defragmenter

Backup Utility

Data Recovery Utility

thanks...!!!

hope this will HELP u :)

11939.

write a program in java to calculate simple interest for any principle amount with rate 5.5% and time as 7 years​

Answer»

import java.util.*;

CLASS Simple

{

public STATIC void main (double PRINCIPLE)

{

double Interest=0.0d,rate=5.5,time=7;

Interest=(principle*rate*time)/100;

System.out.println("simple interest is"+Interest);

}

}

I m first to answer,mark me brainlest.

And follow me for more java related doubts.

I am java lover and learner.

11940.

Write a program in java to calculate volume of a sphere whose radius is 7.5 cm.​

Answer»

Program:

import java.io.*;

public class Main{

     public static void main(String args[]){

           System.out.println("Volume of sphere when radius is 7.5cm is : "+((4/3) x 3.14 x 7.5 x 7.5 x 7.5)+"cm.");

     }

}

OUTPUT:

Volume of sphere when radius is 7.5cm is : 1324.6875cm.

Explanation:

  1. volume of sphere 4/3 πr³
  2. so i calculated (4/3) x 3.14 x 7.5 x 7.5 x 7.5
  3. and printed the value directly
  4. so it MAKE less lines
  5. and it will ALLOCATES less space when compared to initializing variables and passing values to them

----- Hope this HELPS

11941.

Draw the home page of M/S word and label it

Answer»

The HOME PAGE and it's LABEL

11942.

write a program in java to find the perimeter of a rectangle with lenghth 14.5 cm and breadth 17.8 cm.​

Answer»

IMPORT JAVA.util.*;

class Perimeter

{

public static void main (STRING args[ ] )

{

double length=14.5,breadth=17.8, perimeter=0.0d;

perimeter=2*(length*breadth);

System.out.println("Perimeter of rectangle is "+perimeter);

}

}

I m first to answer,mark me brainlest.

And follow me for more java RELATED doubts.

I am java lover and LEARNER.

11943.

What are the rule for naming aJava script variable?​

Answer»

The rest of the variable name can include any letter, any NUMBER, or the underscore. You can't use any other characters, including spaces, symbols, and PUNCTUATION marks. As with the rest of JavaScript, variable NAMES are CASE sensitive.

11944.

Write a program in java to find area of a circle with radius 13.8cm​

Answer»

Program:

import java.util.*;

public CLASS Main{

   public static void main(String args[]){

       System.out.println("Area of the CIRCLE is : "+(3.14 * 13.8 * 13.8)+"UNITS.");

   }

}

Output:

Area of the circle is : 597.9816000000001 untis.

Explanation:

  1. i wrote all the program in 5 lines.
  2. directly PRINTED by taking pie value as 3.14 and RADIUS as 13.8.
  3. so i calculated 3.14 x 13.8 x 13.8.
  4. ∵ Area of circle is πr².
  5. and printed directly
11945.

Java program to input the limit and print all the even and odd number up to the given limit​

Answer»

import java.util.*;

class Limit

{

public static void main ( )

{

Scanner sc=new Scanner (System.in);

INT limit,i;

System.out.println("Enter the limit");

limit=sc.nextInt( );

System.out.println("EVEN number");

for(i=0;i<=limit;i++)

{

if(i%2==0)

System.out.print(i+" ");

}

System.out.println("Odd NUMBERS");

for(i=0;i<=limit;i++)

{

if(i%2!=0)

System.out.print(i+" ");

}

}

}

I m first to answer,MARK me brainlest.

And follow me for more java related doubts.

I am java lover and learner.

11946.

Java program to print first 20 natural number in reverse order​

Answer»

Program:

IMPORT java.io.*;

public class MAIN{

     public static void main(String args[]){

           System.out.println("Java program to print first 20 natural numbers in reverse order : ");

           for(INT i = 20 ; i > 0 ; i--){

                 System.out.println(i);

           }

     }

}

Output:

Java program to print first 20 natural numbers in reverse order :

20

19

18

17

16

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

----HOPE This will HELP you  :)

11947.

What is source code and object code? write language which source code and object code is same.​

Answer»

Object code is the OUTPUT of a compiler after it processes source code. Source code is the VERSION of a computer program as it is originally written (i.e., typed into a computer) by a human in a programming language. A compiler is a SPECIALIZED program that converts source code into object code.

11948.

1. == is a/ani. Arithmetic operatorM. Compound Assignment operatorii. Relational UIiv. Logical operatorbi, sub2, and sub3 in JavaScript?Descriptive Type Questions1. Short answer questionsa. What are the three data types in JavaScriptb. How will you declare variables subi, siC. Name the different forms of if statement.d. Name the three logical operators.e. Write the statements equivalent to A++ and Af. Write the shorthand form for the following:A=A+15B = B + 12. Long answer questionsa. Explain the two types of comments in JavaScript.b. What are the rules for naming a JavaScript vanC. What are the limitations of switch statement?d. What is the difference between simple and compoundplain the working of conditional operator with an example.simple and compound statements?​

Answer»

ANSWER:

FOLLOW me on INSTAGRAM @_aaaaaadil_

Explanation:

11949.

What is source code and object code write language which source code and object code is same​

Answer»

Answer:

Source CODE is the INPUT given to the compiler which is human readable and in the FORM of text.

Object code is the output received from the compiler which is not readable and inthe form of binary digits(0,1).

They are both the same for MACHINE language.

Hope it helps

11950.

L. The statement used to exit from1 gotostatement isiii. continueiv.1. Alert messagee. Which one of these is not an artcase statementit from the switchil breakser.lakes a number as input from the userii. Prompt dialog boxan arithmetic operator in JavaScriptin. Confirm dialog boxialog boxf. == is a/ani. Arithmetic operatorIII. Compound Assignment operatorii. Relational operatoriv. Logical operatorclare variables subi, sub2, and sub3 in JavasDescriptive Type Questions1. Short answer questionsa. What are the three data types in JavaScriptb. How will you declare variables subl, suc. Name the different forms of if statement.d. Name the three logical operators.e. Write the statements equivalent to A++ andf. Write the shorthand form for the following:A=A+ 15B = B + 12. Long answer questionsa. Explain the two types of comments in JavaScript.b. What are the rules for naming a JavaScript variablesC. What are the limitations of switch statement?d. What is the difference between simple and compoe. ExplainExplain the working of conditional operator withen simple and compound statements?King of conditional operator with an example.​

Answer»

ANSWER:

FOLLOW me on INSTAGRAM @_aaaaaadil_

Explanation: