1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
vivado [14]
3 years ago
10

can I join some1 zoom meeting just for fun but some1 else do something funny or something I WONT BE DOING ANYTHING FUNNY IM TO S

CARED but can som1 do something funny idk
Computers and Technology
1 answer:
Gelneren [198K]3 years ago
3 0

Answer:

yes

Explanation:

You might be interested in
What is the output of the following query? SELECT INSERT ('Knowledgeable', 5, 6, 'SUPER');
Scrat [10]

Answer:

The above query gives an error.

Explanation:

  • The query gives an error because is not the correct syntax of the select or inserts query.
  • The syntax of the select query is as follows: "select Attributes_1_name, Attributes_2_name,...., Attributes_n_name from table_name;".
  • The syntax of the insert query is : "insert into table_name (column_1_name, column_2_name,...,column_n_name) values (column_1_value, column_2_value,...,column_n_value);".
  • The syntax of the insert and select query is : "insert into table_name (select Attributes_1_name, Attributes_2_name,...., Attributes_n_name from table_name);".
  • But the above query does not satisfy any property which is defined above. Hence it gives a compile-time error.
6 0
3 years ago
Which of the following should get a Page Quality (PQ) rating of Low or Lowest? Select all that apply. True False A page with a m
Vikki [24]

The statement “All queries have only one intent: Know, Do, Website or Visit-in-Person intent” is True.

The statement “The intent of a Do query is to accomplish a goal or engage in an activity on a phone” is True.

The statement “The intent of a Website query is to find information” is True.

The statement “There is absolutely no information about who is responsible for the content of the website on a YMYL topic” is True.

The statement “All the Main Content(MC) of the page is copied and created with deceptive intent” is True.

The statement “A page with a mismatch between the location of the page and the rating location; for example, an English page for an English rating task’ is True.

“A file type other than a web page, for example; a PDF, a Microsoft Word document or a PNG file” is False.

<u>Explanation:</u>

The searcher tries to find out the Know queries. The action is taken by the searcher using the Do queries. The searcher looks for a site/ page using Website queries. The queries which are the same as they appear to be are Visit-in-Person queries.

The statement is true because in Do queries, the action is taken like the control of the smartphone is given to Google.

The search for a page or a site takes place using Website queries.

It is not always true that the Wikipedia pages should get high ratings for all user intents because information is helpful.

There is no surety that who will update the content of the website on a YMTL topic.

The Main Content (MC) of the low quality YMYL page helps the page to achieve its purpose. For YMYL the content is created with deceptive intent. The pages manipulate users to take action which will not help the users .

The PQ rating is lowest when there is a mismatch between the location of the page and the rating location, for example, an English rating task. Here, the purpose of the page is required to be understood to determine the rating.

The PQ rating is not determined by the type of the page but by the purpose of the page.

6 0
3 years ago
At a company function, a top executive corners you and complains that your department is wasting too much money. The executive d
Alex777 [14]

Answer:

Report:  

Shields focuses for the for shut source programs and working frameworks  

The shut source program is over the top expensive when contrasted with open source programs at whatever point the help and support administrations gave by the nearby source program designers are generally excellent.  

The shut source association will have propelled improvement and supporting group so the innovations and philosophies utilized will be propelled when contrasted with open source frameworks.  

The equipment bolster will be additionally acceptable contrasted with open source frameworks, a committed inner creating bunch is required if open source frameworks is embraced.  

For little reason or general purposes the utilization of shut framework is gainful.  

Focuses to clarify how OSS and the Linux working framework can be utilized to diminish these expenses in the long haul.  

The open source programming or working framework needn't bother with any permit or option to explore upon.  

For long haul use or committed purposes it is smarter to make an indigenous group so the product can make according to prerequisites and no compelling reason to pay remotely for help and support.  

The open source programming and working frameworks can be altered with no assent from its unique designers it empowers to change the product or working as we required.  

For long haul use applications or working framework it is monetarily plausible to keep an inside advancement group for creating applications instead of depending outside close programming items.

8 0
3 years ago
A ___________ is a computer processor which incorporates the functions of a computer's central processing unit (CPU) on a single
UNO [17]

Answer:

Microprocessor

Explanation:

A microprocessor is an integrated circuit (IC) which integrates core functions of a central processing unit. It is a programmable silicon chip, having several functions. It accepts binary data as input, processes this data according to the instructions stored in the memory and gives output after processing it. Microprocessor is comprised of an Arithmetic Logic Unit, Register Array, and a Control Unit. ALU performs arithmetical and logical operations on the data obtained from input device. Register array is comprised of registers like accumulator. They are temporary access memory locations to process data faster. The control unit controls the flow of data and instructions throughout the computer.

The instructions are stored sequentially in the memory. Microprocessor fetches those instructions, decodes and executes those instructions. This process ends when the microprocessor reaches Stop instruction. Then the  microprocessor sends the result in binary to the output port. Throughout this process the ALU performs arithmetic operations and registers act as temporary storage location for processing data.

Microprocessor is available at low price, its is portable, consumes less power, small in size, can work at very high speed, generate less heat, failure rate is less which makes it reliable and same chip can be utilized by various application which makes it versatile.

4 0
4 years ago
Given numRows and numColumns, print a list of all seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E. Print
snow_tiger [21]

Answer:

Step by step explanation along with C++ code is provided below.  

C++ Code:

#include <iostream>

using namespace std;

int main()

{

int numRows;

int numCols;

int r = 1;

cout <<"Please enter no. of rows"<<endl;

cin>>numRows;

cout <<"Please enter no. of columns"<<endl;

cin>>numCols;

cout<<"Seating arrangement in the theater:"<<endl;

for(int i = 0; i < numRows; i++)

{

  char c = 'A';  

 for(int j = 0; j < numCols; j++)

 {

  cout <<r << c << " ";

  c= c + 1;

 }

 r= r + 1;

}

  return 0;

}

Explanation:

// the outer loop prints the rows

// counter r = r + 1 increments the rows

// the inner loop prints columns

// counter c = c + 1 increments the columns

//  int r = 1 ensures that rows starts from 1

Output:

The program is tested multiple times and is working correctly for any number of rows and columns

Please enter no. of rows

2

Please enter no. of columns

3

Seating arrangement in the theater:

1A 1B 1C 2A 2B 2C

5 0
3 years ago
Other questions:
  • Think about the five steps to writing an algorithm. Why is each step necessary? Why is it important to be precise when writing c
    15·1 answer
  • Suppose there are two links between a source and a destination. The first link has transmission rate 100 Mbps and the second lin
    12·1 answer
  • Write a SELECT statement that selects all of the columns for the catalog view that returns information about foreign keys. How m
    6·1 answer
  • Which of the following components serves as both a cover for the bottom of the engine block and a reservoir for engine oil?
    7·2 answers
  • A network systems administrator would most likely help with
    13·2 answers
  • An IT professional with a customer-service
    13·1 answer
  • What name is given to the method used to copy a file onto a CD
    11·1 answer
  • Which of the following is an advantage of using variables?
    9·1 answer
  • A start-up is expanding overseas and spends an excessive amount of time on recruiting and hiring activities, hindering its abili
    12·1 answer
  • You have implemented an access control method that only allows users who are managers to access specific data. Which type of acc
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!