Monday 27 March 2023

BASIC ENGLISH START

Friday 5 August 2022

HTML Phrase tag

 HTML Phrase tag

Abbreviation tag : <abbr>

  1. <p>An <abbr title = "Hypertext Markup language">HTML </abbr>language is used to create web pages. </p>  

Acronym tag: <acronym> (not supported in HTML5)

Marked tag: <mark>

The content written between <mark> and </mark> tag will show as yellow mark on browser. This tag is used to highlight a particular text.


Strong tag: <strong>

Emphasized tag : <em>

Definition tag: <dfn>

When you use the <dfn> and </dfn> tags, it allow to specify the keyword of the content. 

  1. <p><dfn>HTML </dfn> is a markup language. </p>  

Quoting tag: <blockquote>

The HTML <blockquote> element shows that the enclosed content is quoted from another source. The Source URL can be given using the cite attribute, and text representation of source can display using <cite> ..... </cite>element.

  1. <blockquote cite="https://www.keepinspiring.me/famous-quotes/"><p>?The first step toward success is taken when you refuse to be a captive of the environment in which you first find yourself.?</p></blockquote>   
  2.  <cite>-Mark Caine</cite>

Short quote tag : <q>

An HTML <q> ....... </q> element defines a short quotation. If you will put any content between <q> ....... </q>, then it will enclose the text in double quotes.

Code tag: <code>

The HTML <code> </code> element is used to display the part of computer code. It will display the content in monospaced font.

  1. <p>First Java program</p>  
  2.       <p><code>class Simple{ public static void main(String args[]){   
  3.        System.out.println("Hello Java"); }} </code>  
  4.      </p>  

Keyboard tag: <kbd>

In HTML the keyboard tag, <kbd>, indicates that a section of content is a user input from keyboard.

  1. <p>Please press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + t<kbd></kbd> to restore page on chrome.</p>  

Address tag: <address>


An HTML <address> tag defines the contact information about the author of the content. The content written between <address> and </address> tag, then it will be displayed in italic font.

HTML Formatting Tags

 

HTML Formatting Tags


1. Bold

2. Strong


3. Italic

4. Emphasis

5. Mark - If you want to mark or highlight a text


5. Underline

6. Strike

7. del

8. insert


9. Superscript

10. Subscript


11. Big

12. Small


13. Monospaced Font

If you want that each letter has the same width then you should write the content within <tt>.............</tt> element.


Note: We know that most of the fonts are known as variable-width fonts because different letters have different width. (for example: 'w' is wider than 'i'). Monospaced Font provides similar space among every letter.


Saturday 4 December 2021

Agents in Artificial Intelligence

1.     What is the function of an AI “Agent”?

A).   Mapping of goal sequence to an action

B).   Work without the direct interference of the people

C).   Mapping of precept sequence to an action

D).   Mapping of environment sequence to an action

 

2.     Which of the following is not a type of AI agent?

A).   Learning agent

B).   Goal-based agent

C).   Simple reflex agent

D).   Unity-based agent

 

3.     Which of the following is not the commonly used programming language for AI?

A).   Perl

B).   Java

C).   PROLOG

D).   LISP

 

4.     What is the name of the AI system developed by Daniel Bobrow?

A).   program known as BACON

B).   system known as STUDENT

C).   program known as SHRDLU

D).   system known as SIMD

 

5.     What is the function of the system Student?

A).   program that can read algebra word problems only

B).   system which can solve algebra word problems but not read

C).   system which can read and solve algebra word problems

D).   None of the mentioned

 

6.     Which of the following is not an application of artificial intelligence?

A).   Face recognition system

B).   Chatbots

C).   LIDAR

D).   DBMS

 

7.     Which of the following machine requires input from the humans but can interpret the outputs themselves?

A).   Actuators

B).   Sensor

C).   Agents

D).   AI system

 

8.     _________ number of informed search method are there in AI.

A).   4

B).   3

C).   2

D).   1

 

9.     The total number of proposition symbols in AI are ________

A).   3 proposition symbols

B).   1 proposition symbols

C).   2 proposition symbols

D).   No proposition symbols

 

10.  Which of the following can improve the performance of an AI agent?

A).   Perceiving

B).   Learning

C).   Observing

D).   All of the above

 

11.  The composition for agents are _______

A).   Program only

B).   Architecture only

C).   Both Program and Architecture

D).   None of the mentioned

 

12.  The total number of logical symbols in AI are ____________

A).   There are 3 logical symbols

B).   There are 5 logical symbols

C).   Number of logical symbols are based on the input

D).   Logical symbols are not used

 

13.  The total number of recognition in artificial intelligence are _______________

A).   3

B).   4

C).   2

D).   1

 

14.  On which Artificial Neural Network is based on which type of approach?

A).   Cognitive approach

B).   Applied approach

C).   Weak approach

D).   Strong approach

 

15.  Which of the following are the approaches to Artificial Intelligence?

A).   Applied approach

B).   Strong approach

C).   Weak approach

D).   All of the mentioned

 

16.  Face Recognition system is based on which type of approach?

A).   Weak approach

B).   Applied approach

C).   Cognitive approach

D).   Strong approach

 

17.  Which of the following is an advantage of artificial intelligence?

A).   Reduces the time taken to solve the problem

B).   Helps in providing security

C).   Have the ability to think hence makes the work easier

D).   All of the above

 

18.  On which of the following approach completely automated chess engine (Learn from previous games) is based?

A).   Cognitive approach

B).   Applied approach

C).   Weak approach

D).   Strong approach

 

19.  On which of the following approach A basic line following robot is based?

A).   Applied approach

B).   Weak approach

C).   Strong approach

D).   Cognitive approach

 

20.  Which of the following is an example of artificial intelligent agent/agents?

A).   Autonomous Spacecraft

B).   Human

C).   Robot

D).   All of the mentioned

 

21.   The action of task environment is ____________

A).   Solution

B).   Observation

C).   Problem

D).   Agent



Friday 3 December 2021

Introduction to AI

 

1.      Which of the following is the branch of AI?

A).    Machine Learning

B).    Cyber forensics

C).    Full-Stack Developer

D).   Network Design

 

2.      Based on which parameter AI is categorized?

A).    Based on functionally only

B).    Based on capabilities only

C).    Based on capabilities and functionally

D).   It is not categorized

 

3.       Which of the following is a component of AI?

A).    Learning

B).    Training

C).    Designing

D).   Puzzling

 

4.       _____ is the goal of AI.

A).    To solve artificial problems

B).    To extract scientific causes

C).    To explain various sorts of intelligence

D).   To solve real-world problems

 

5.       Which of the following is an application of AI?

A).    It helps to exploit vulnerabilities to secure the firm

B).    Language understanding and problem-solving (Text analytics and NLP)

C).    Easy to create a website

D).   It helps to deploy applications on the cloud

Sunday 28 November 2021

Function and Relation MCQ of Discrete Mathematics

 

1.     The function f : A → B defined by f(x) = 4x + 7, x R is

A).   one-one

B).   Many-one

C).   Odd

D).   Even

 

2.     The smallest integer function f(x) = [x] is

A).   One-one

B).   Many-one

C).   Both (a) & (b)

D).   None of these

 

3.     The function f : R → R defined by f(x) = 3 – 4x is

A).   Onto

B).   Not onto

C).   None one-one

D).   None of these

 

4.     The number of bijective functions from set A to itself when A contains 106 elements is

A).   106

B).   (106)2

C).   106!

D).   2106

 

5.     If f : R → R and g : R → R defined by f(x) = 2x + 3 and g(x) = x2 + 7, then the value of x for which f(g(x)) = 25 is

A).   ±1

B).   ±2

C).   ±3

D).   ±4

 

6.     If f : R → R, g : R → R and h : R → R are such that f(x) = x^2, g(x) = tan x and h(x) = log x, then the value of (go(foh)) (x), if x = 1 will be

A).   0

B).   1

C).   -1

D).   π

 

7.     The number of binary operations that can be defined on a set of 2 elements is

A).   8

B).   4

C).   16

D).   64

 

8.     The maximum number of equivalence relations on the set A = {1, 2, 3} are

A).   1

B).   2

C).   3

D).   5

 

9.     Let A = {1, 2, 3} and consider the relation R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 3), (1, 3)}. Then R is

A).   reflexive but not symmetric

B).   reflexive but not transitive

C).   symmetric and transitive

D).   neither symmetric, nor transitive

 

10.  Let us define a relation R in R as aRb if a ≥ b. Then R is

A).   an equivalence relation

B).   reflexive, transitive but not symmetric

C).   symmetric, transitive but not reflexive

D).   neither transitive nor reflexive but symmetric

 

11.  Let f : R → R be defind by f(x) = 1/x x R. Then f is

A).   one-one

B).   onto

C).   bijective

D).   f is not defined

 

12.  Which of the following functions from Z into Z are bijective?

A).   f(x) = x3

B).   f(x) = x + 2

C).   f(x) = 2x + 1

D).   f(x) = x2 + 1

 

13.  Let S = {1, 2, 3, 4, 5} and let A = S × S. Define the relation R on A as follows:

(a, b) R (c, d) iff ad = cb. Then, R is

A).   reflexive only

B).   Symmetric only

C).   Transitive only

D).   Equivalence relation

 

14.  Total number of equivalence relations defined in the set S = {a, b, c} is

A).   5

B).   3!

C).   23

D).   33

 

15.  Let X = {-1, 0, 1}, Y = {0, 2} and a function f : X → Y defined by y = 2x4, is

A).   one-one onto

B).   one-one into

C).   many-one onto

D).   many-one into

 

16.  Let g(x) = x^2 – 4x – 5, then

A).   g is one-one on R

B).   g is not one-one on R

C).   g is bijective on R

D).   None of these

 

17.  Let A = R – {3}, B = R – {1}. Let f : A → B be defined by f(x)=x−2/x−3. Then,

A).   f is bijective

B).   f is one-one but not onto

C).   f is onto but not one-one

D).   None of these

 

18.  The mapping f : N → N is given by f(n) = 1 + n^2, n N when N is the set of natural numbers is

A).   one-one and onto

B).   onto but not one-one

C).   one-one but not onto

D).   neither one-one nor onto

 

19.  The function f : R → R given by f(x) = x^3 – 1 is

A).   a one-one function

B).   an onto function

C).   a bijection

D).   neither one-one nor onto

 

20.  If N be the set of all-natural numbers, consider f : N → N such that f(x) = 2x, x N, then f is

A).   one-one onto

B).   one-one into

C).   many-one onto

D).   None of these

 

21.  Let f : R → R be a function defined by f(x) = x^3 + 4, then f is

A).   injective

B).   surjective

C).   bijective

D).   none of these

 

22.  If * is a binary operation on set of integers I defined by a * b = 3a + 4b – 2, then find the value of 4 * 5.

A).   35

B).   30

C).   25

D).   29

 

23.  Let * be the binary operation on N given by a * b = HCF (a, b) where, a, b N. Find the value of 22 * 4.

A).   1

B).   2

C).   3

D).   4

 

24.  Consider the binary operation * on Q defind by a * b = a + 12b + ab for a, b Q. Find 2 * 1/3

A).   20/3

B).   4

C).   18

D).   16/3