Tuesday, February 2, 2021

<!DOCTYPE html>
<html>
   <head>
      <title>Java Programming Language Output this code Quizzes 1</title>
    
                <link rel="stylesheet" type="text/css" href="https://sharecodepoint.in/sharecodepoint-website-data/quizze-files/sharecodepoint.css" />
                
 
    <script src="https://sharecodepoint.in/sharecodepoint-website-data/quizze-files/jquery-1.9.1.min.js"></script>
    
     <script type="text/javascript">
	$(document).ready(function() {
    $('label').click(function() {
        $('label').removeClass('worngans');
        $(this).addClass('worngans');
    });
});
	</script>
   
    
   </head>
   <body >
<div class="scp-quizzes-main">
<div class="scp-quizzes-data">
  <h3>1.  What is the full form of the RAM?</h3>
 
<br/>
    <input type="radio" id="Fastlearning" name="question1">
       <label for="Fastlearning">1. Random Access Memory
 </label><br/>
    <input type="radio"  name="question1">
       <label>2. Random answer memory</label><br/>
    <input type="radio" name="question1">
       <label>3. Random another memory</label> <br/>
    <input type="radio" name="question1">
     <label>4. Random aces memory</label> 
 </div>
 <div class="scp-quizzes-data">
  <h3>2.  What is the Brain of a Computer?</h3>
    
<br/>
    <input type="radio" name="question2">
       <label>1. ALU</label><br/>
    <input type="radio"  name="question2">
       <label>2. CU</label><br/>
    <input type="radio" name="question2" id="inculdefile">
       <label for="inculdefile">3. CPU</label> <br/>
    <input type="radio" name="question2">
     <label>4. RAM</label> 
 </div>
</div>


</body></html>


Friday, July 5, 2019

Body Language - An element of Communication skills of Introduction

It is a unspoken element of communication It express our feelings  and expression and postures


About Negative body Language

It express out bad feelings and emotions. It highlights some negative nonverbal signals

Forms to negative body language

Avoidance of eye contact:- Its mean person is feeling uncomfortable .Its tells about lack of confidence and nervousness. 
 crossed Arms:-  Its shows our discomfort and separateness.

  • Overuse of hands:-  

         Its shows your nervousness and excitement.

  • Looking at watch:-   
       Its shows your anxious and impatience and future minded.

  • Hands behind back:-   
        Its shows that person is hide something and mistrustful .

Tuesday, June 18, 2019

PERSONALITY DEVELOPMENT 

 MAIN STEPS OF PERSONALITY DEVELOPMENT  

         1.Physical appearance :- YOU SHOULD HAVE PHYSICAL MAINTENANCE


2. COMMUNICATION SKILL :- OUR COMMUNICATION MUST BE GOOD AND IT MUST BE UNDERSTAND BY USER 

          3. BE CONFIDENT :-YOUR CONFIDENCE REFLECTS YOUR 

            4. BE A GOOD LISTENER :- GOOD LEARNING SKILL IN AN INDIVIDUAL ARE HIGHLY          DESIRABLE 

           5.  DRESS UP WELL:-  GOOD LOOKS NO DOUBT WILL ADD TO YOUR PERSONALITY  BUT WHAT MATTERS THE MOST IS HOW YOU ARE DRESSED UP  

           6.   DEVELOP YOUR LEADERSHIP:-  GOOD LEADERS MEAN HOE YOU WILL MANAGE YOUR TEAM TO ACCOMPLISHED A TASK

          7.   BE OPTIMISTIC:-HAVE A  POSITIVE OUTLOOK  TOWARDS EVERYTHING. ALWAYS THINK   POSITIVE

          8.   DON'T FEAR FAILURE:-DON'T WORRY ABOUT MAKING MISTAKE.



Tuesday, December 18, 2018

interview crack

PERSONALITY DEVELOPMENT 

 MAIN STEPS OF PERSONALITY DEVELOPMENT  

         1.Physical appearance :- YOU SHOULD HAVE PHYSICAL MAINTENANCE


2. COMMUNICATION SKILL :- OUR COMMUNICATION MUST BE GOOD AND IT MUST BE UNDERSTAND BY USER 

          3. BE CONFIDENT :-YOUR CONFIDENCE REFLECTS YOUR 

            4. BE A GOOD LISTENER :- GOOD LEARNING SKILL IN AN INDIVIDUAL ARE HIGHLY          DESIRABLE 

           5.  DRESS UP WELL:-  GOOD LOOKS NO DOUBT WILL ADD TO YOUR PERSONALITY  BUT WHAT MATTERS THE MOST IS HOW YOU ARE DRESSED UP  

           6.   DEVELOP YOUR LEADERSHIP:-  GOOD LEADERS MEAN HOE YOU WILL MANAGE YOUR TEAM TO ACCOMPLISHED A TASK

          7.   BE OPTIMISTIC:-HAVE A  POSITIVE OUTLOOK  TOWARDS EVERYTHING. ALWAYS THINK   POSITIVE

          8.   DON'T FEAR FAILURE:-DON'T WORRY ABOUT MAKING MISTAKE.



<!DOCTYPE html> <html> <head> <title>Java Programming Language Output this code Quizzes 1</title> ...