Most Searched
Categories
Categories
A Triumph of Surgery
Agriculture
Array
Array Left Rotation
Auto Completing Input
Basic Question Answers
BBA.CA
BCA
Beehive
Big Data
Big Data Analytics
Binary Search
Binary Search Tree
Binary To Decimal
binary tree
Breadth First Search
Bubble sort
C Programming
c++
Chemical Reaction and equation
class 10
class 10th
Class 9
Climate
Complex Numbers
computer network
counting sort
CSS
Cyber Offenses
Cyber Security
Cyberstalking
Data Science
Data Structures
Decimal To Binary
Development
diamond pattern
Digital Marketing
dust of snow
Economics
Economics Lesson 4
Email Validation
English
fire and ice
Food Security in India
Footprints Without feet
Forest And Wildlife Resources
game
Geography
Geography lesson 6
glassmorphism
Glossary
Graph
HackerRank Solution
hindi
HTML
image previewer
India-Size And Location
Insertion Sort
Internet Network Status
Interview Questions
Introduction to cyber crime and cyber security
IT
javascript tricks
json to CSV converter
lesson 2
lesson 1
lesson 2
Lesson 3
Lesson 6
lesson 7
Life lines of National Economy
life processes
Linear Search
Linked List
lowest common ancestor
Machine Learning
MCQs
median in array
Merge sort
min and max of two numbers
Moment
Money and Credit
My Childhood
Natural Vegetation and Wildlife
NCERT
Network connectivity devices
Network Models
Network Security
No Men Are foreign
Node.js
operator overloading
P5.js
PHP
Physical features of India
Population
Prime Numbers
python
Quick sort
R language
Rain on the roof
Regular Expression
Resources and development
reversing array
saakhi
science
Searching Algorithm
Selection sort
Social Media Marketing
social science
Software Engineering
Software Testing
Sorting Algorithm
Stacks
staircase pattern
System Concepts
Text Recognition
The last Leaf
time converter
Time Passed From A Date
Todo List App
Tree
Trending Technologies
Understanding Economic Development
username and password
video player
Visualization
water resources
Wired And Wireless LAN
साखी
Show more
Show less
Popular Posts
Big Data MCQs(multiple choice questions) with answers - letsbug
In this article we have 30 MCQs(multiple choice questions) on Big Data with answers. 1. According to analysts, for what can traditional IT system provide a foundation when they're integrated with big data technologies like Hadoop? Big data management and data mining Data warehousing and business intelligence Management and business Collecting and storing unstructured data Answer: 1 2. What are the main components of Big Data? MapReduce HDFS YARN All of these Answer: 4 3. What are the different features of Big Data Analytics? Open-Source Scalability Data Recovery All of the above Answer: 4 4. According to analysts, for what can traditional IT systems provide a foundation when they're integrated with big data technologies like Hadoop? Big data management and data mining Data warehousing and business intelligence Management of Hadoop clusters Collecting and storing unstructured d...
Digital Marketing MCQ(Multiple Choice Questions) with Answers | part 1 | letsbug
Digital marketing is a subset of marketing that is used to promote a brand or product using one are more electronic technologies. The goal is to influence target consumers in taking action . Digital marketing is the term used for the targeted, measurable, and interactive marketing of products or services using digital technologies to reach the viewers, turn them into customers, and retain them. Digital marketing is on the rise and here are some Digital marketing MCQs to get you running in this field on new age media. 1. Which of the following describes E-commerce Doing Business electronically Doing business Sale of goods All of the above Answer: 1 : Doing Business electronically 2. Which of the following is not the type of E-commerce. B2C E2E B2B C2C Answer: 2 : B2C 3. Which of the following is the benefit of E-commerce. Reduced Prices Global marketplace Any time access All of the abov...
Making 16 Beads Game In HTML CSS And Javascript | battisi | letsbug
Hey everyone in this article we are making game in HTML CSS and Javascript. We are going to use canvas element to make the game. Name of the game is 16 Beads or battisi . If you don't know the rules of the game or how to play it you can view it here . I assume you know HTML canvas and Javascript and how to work. folder structure: -/scripts/ -/main.js -/piece.js -/spot.js -/styles/ -/main.css -/index.html Making 16 Beads Game code: index.html <!DOCTYPE html> <html lang= "en" > <head> <meta charset= "UTF-8" > <meta http-equiv= "X-UA-Compatible" content= "IE=edge" ...