Answer:
The solution code is written in R script.
- #string variable
- character_str<- "Hello World"
- #logical variable
- logic <- a > b
- #Missing value
- myVec <-c(1, 2, 3, NA)
- #Use class to check data type
- class(character_str)
- class(logic)
- class(myVec)
Explanation:
A string variable is a variable that hold a string (the letters enclosed within quotation marks) (Line 2)
A logical variable is a variable that hold a logical value (either True or False). The logical value is created by comparing two variables (Line 5).
In R, missing value is an unknown value which is represented by NA symbol (Line 8).
We can use in-built method <em>class </em> to check for the variable type in R (Line 11-13). For example, the output of <em>class(character_str)</em> is "<em>character</em>"
Answer:
A computer network is a group of two or more computers that are linked together. Networks are usually used to share resources, exchange files or communicate with other users. so A
Explanation:
Answer:
Advantages :
Management of hardware and software
easy to use with GUI
Convenient and easy to use different applications on the system.
Disadvantages:
They are expensive to buy
There can be technical issues which can ruin the task
Data can be lost if not saved properly
Explanation:
Operating system is a software which manages the computer. It efficiently manages the timelines and data stored on it is considered as safe by placing passwords. There are various advantages and disadvantages of the system. It is dependent on the user how he uses the software.
Answer:
I know its kinda late, but the answer is (B. Insert) on edg 2021.
Explanation: