Question : In Real Time Interactive Audio Video, Jitter is introduced in real-time data by delay between
Solution : packets
Description -
Question : In Audio and Video Compression, voice is sampled at 8000 samples per second with________
Solution : 8 bits per sample
Description -
Question : Which of the following is part of the four main types for e-commerce?
Solution : All of the above
Description -
Question : Which of the following can improve the performance of AI agent?
Solution : Learning
Description -
Question : What does a first order predicate logic contain?
Solution : Predicate and a subject
Description -
Question : The process of removing detail from a given state representation is called __________
Solution : Abstraction
Description -
Question : Uniform-cost search expands the node n with the ___________
Solution : Lowest path cost
Description -
Question : The algorithm used in the Game tree to make decisions of Win/Lose is ?
Solution : Min/Max algorithm
Description -
Question : Programming language commonly used for AI is________?
Solution : Perl
Description -
Question : Who is known as the father of AI?
Solution : John McCarthy
Description -
Question : What is the role of the MISO pin in the RFID Module?
Solution : Master In Slave Out
Description -
Question : A complex SCADA system has______________levels?
Solution : 4
Description -
Question : WSN stands for?
Solution : Wireless Sensor Protocol
Description -
Question : BLE stands for
Solution : Bluetooth low energy
Description -
Question : About IoT, which among the followings isnot correct?
Solution : microphone is a digital sensor
Description -
Question : Which among the following is not true about IoT?
Solution : IoT is fully safe
Description -
Question : The class of CFG is not closed under
Solution : Repeated Concatenation.
Description -
Question : If NFA of 5 states excluding the initial state is converted into DFA, maximum possible number of states for the DFA is?
Solution : 64
Description -
Question : Minimum Number of states require to accept string ends with 101.
Solution : 2
Description -
Question : For a DFA accepting binary numbers whose decimal equivalent is divisible by 3, what are all the possible remainders?
Solution : 0,1,2
Description -
Question : Let u=’1101’, v=’0001’, then uv=11010001 and vu= 00011101.Using the given information what is the identity element for the string?
Solution : ε
Description -
Question : A Language for which DFA exist is a_____________
Solution : Regular Language
Description -
Question : The Kleene Star operation accepts the following string of finite length over set A = {0,1} | where string s contains even number of 0 and 1.
Solution : ε, 0011, 11001100
Description -
Question : In XML, which attribute is used to uniquely identify an element?
Solution : id
Description -
Question : How does the DOM tree structure reflect the hierarchy of HTML elements?
Solution : In a parent-child relationship
Description -
Question : What does AJAX stand for?
Solution : Asynchronous JavaScript and XML
Description -
Question : Which library simplifies JavaScript tasks like HTML document traversal and manipulation?
Solution : jQuery
Description -
Question : What does CSS stand for?
Solution : Cascading Style Sheets
Description -
Question : Which protocol is commonly used for sending emails?
Solution : SMTP
Description -
Question : What are abstract methods?
Solution : Methods without a body, defined in an abstract class
Description -