One of the Best Engineering College In India.All about College and Its News and Updates..

Monday 9 October 2017

AI Viva Preparation

Hello all,
                We are back to help you with the preparation of Viva of Artificial Intelligency .Read it Well.



Section A- https://goo.gl/TQa5x3
Section B- https://goo.gl/rnCWv5
Section C - https://goo.gl/Nux8oX


All IN One Link https://goo.gl/vKxF46

Sunday 8 October 2017

Compiler Design VIVA Preparations

Hello all,
                We are back to help you with the preparation of Viva of Compiler Design .Read it Well.





Practical 1
Aim: Define basic ter minology related to Compiler Design.

-https://goo.gl/jHKTWf

Practical 2
Aim: Write a program to implement symbol table.
Steps:
1) Take arithmetic expression “a + b * c” as input.
2) Separate the symbols from given expression.
3) Validate the identifier.
4) If it is valid identifier than store into symbol table otherwise show an user define error  message.
Output:
Symbol
Type of symbol
a
Identifier
+
Arithmetic operator
 - https://goo.gl/1yqXs6

Practical 3
Aim: Write a program to validate the expression with binary operator. 
Steps:
1) Take arithmetic expression “a + b * c” as input.

2) Validate the expression for binary operator.
https://goo.gl/tKbVW7

Practical 4
Aim: id+id*id | (id+id*(id)) parse this string and check whether its valid or not .

https://goo.gl/X6d5Rr

Practical 5
Aim: Write a program to find out FIRST () and FOLLOW() from given set of production rules.

https://goo.gl/9w855e

Practical 6 (Python)
Aim: Write a program to eliminate Unit production from given set of production.

https://goo.gl/t8DHuH

Practical 7
Aim:Write a program to implement calculator using lex and YACC.

https://goo.gl/Ry3kCm


All Practices Help
https://drive.google.com/open?id=0BwfFOvU_mRRWMHVrRzFWWGJxUzg

Thursday 17 August 2017

EVOSYS Interview Preparation



Hello all,
EVOSYS will be coming tomorrow and all are excited about getting placed and participate in the interviews.

We have researched about the interview pattern and company also.The company works mainly on CRM and ERP based work.You need to create/handle Database .And create Entities and relations etc.
This field will give you lots of money but the work requires to take more responsibility and Risky.
Although who is good at these will get a great success..

So I suggest you to give a best try.
These things might Help You ..

Step 1 GD Group Discussion-
1.Don't Be nervous .
2.Listen to People and don't try to cut one another because its GD not debate.
3.If you want to interrupt then apologize and take permission of your opponent .

Step 2 PI Personal Interview
They Start with
1.Introduce yourself
2.Simple Queries like select max 3,groupby,having etc
3.Update ,alter
4.PL/SQL Basics
5.Normalization


Interview Experience of Past Student
Application
I applied through college or university. The process took 1 day. I interviewed at EVOSYS (Gandhinagar, Gujarat) in October 2016.
Interview
Application:
I applied through college. The process took one day.

Interview
Campus Placement Process: Group Discussion followed by 2 personal interviews. 1 technical and then HR.
Gd was simple based on current affair.
Technical interview was focused on DBMS, SQL queries, puzzles and any language which you are comfortable in.
HR round was based on mainly the information sought by them in a prescribed form they gave us after GD, viz. personal traits, etc. and puzzles,… Show More
Interview Questions
  • Describe Denormalization. How and when you do it with an example.  Answer Question
  • They asked me to sell a dirty bottle of water.  Answer Question


More Read Here Click Here | Sheets

Sunday 23 April 2017

Internet System Security All Program List in java and C

Hello Friends,
               Now a Days Security is a Major concern to every Organization.So The CE-IT Guys needs to be aware of some encryption and decryption algorithms .So we have created the list of Algorithms so that you can Learn them and use as a reference . We will try to provide technique how this algorithms work but later.Just Try to understand these .And Give us feedback if you need any help then also ask in comment .


Encryption And Decryption using these Algorithms


1.Ceasar Cipher                                 C | JAVA
2.Variable  Ceasar Cipher                  C | JAVA
3.Brute Force Ceasar Cipher             C | JAVA
4.Monoalphabetic cipher                    C | JAVA
5.Polyalphabetic cipher                      C | JAVA 
6.One time Pad                                  C | JAVA
7.Hill Cipher                                        C | JAVA
8.Playfair Cipher                                 C | JAVA
9.Raailfence cipher                             C | JAVA
10.Colamnar Transposition                 C | JAVA
11.GCD using euclidian algo               C | JAVA
12.Affine Cipher                                   C | JAVA
13.Diffie hellman keyexchange            C | JAVA
14.Test Prime number using fermat     C | JAVA
15.Prime no using Miller Rabin            C | JAVA
16.RSA algorithm                                 C | JAVA


All Alogorith Combined Pack Download Link Here:-
https://drive.google.com/open?id=0BwfFOvU_mRRWb1I1RGNVbzJMOXM

RAR
https://drive.google.com/open?id=0BwfFOvU_mRRWNGZodFBic3BMMTg



List :-

  • Write a program to perform encryption and decryption using Caesar cipher algorithm. (Details about Algorithm)
  •  
  • Write a program to perform encryption and decryption using variable Caesar cipher algorithm (With file handling functions).
  • Write a program to find plain text messages and key information corresponds to following cipher text messages using brute-force technique on Caesar cipher.
    PmttwEmtkwumBwCDXKM
    Qefpfpzxbpbozfmeboxidlofqej
    TrvjviTzgyvizjNvrbRcxfizkyd
    LbhNerFzneggbNggnpxPnrfrePvcure
  • Write a program to perform encryption and decryption using Monoalphabetic Cipher Technique.
  • Write a program to perform encryption and decryption using Polyalphabetic Cipher (Vigenere Cipher) Technique.
  • Write a program to perform encryption and decryption using One Time Pad Algorithm.
  • Write a program to perform encryption and decryption using Hill Cipher Technique.
  • Write a program to perform encryption and decryption using Playfair Cipher Technique.
  • Write a program to perform encryption and decryption using Rail fence Cipher Technique.    
  • Write a program to perform encryption and decryption using Columnar transposition algorithm.
  • Write a function to find out GCD using Euclidean algorithm & multiplicative inverse using Extended Euclidean algorithm.
  • Write a program to perform encryption and decryption using Affine cipher algorithm. Algorithm
  •  
  • Write a program to perform Diffie hellman key Exchange and perform caeser cipher algorithm.
  • Write a program to test prime number using fermat's Theorem. (Manual)
  •  
  • Write a program to test prime number using Miller Rabin Therem.
  • Write a program to perform encryption and decryption using RSA algorithm.


Friday 21 April 2017

TOC Prac. Solutions [Viva Preparation Special]

Hello All,
               There is a viva sessions nearby so all the students need help.

This is for Viva Preparation .(If you lnow what I mean).
Thanks to Karan Sanjhira for Preparing Purpose (If you lnow what I mean).
If you dont then watch PogoTv .






Download Link:-

Click Here
https://drive.google.com/open?id=0BwfFOvU_mRRWSjBYQ0UyTllUdnc

Thursday 2 March 2017

Convergence 2K17




Here The Festival Come
For Register Click  here.


Tuesday 21 February 2017

How to use margins and paddings in Android layout?


There are two layout options that could lead to similar effects, but generally have different application: margins and paddings. Both define free space, but margins work outside an element boundaries and paddings inside an element.

Step 1. Create a gap between layout elements.

In LinearLayout that we created in the previous lesson TextViews were touching each other. Let’s move them away a bit. To achieve this in horizontal layout we could add right margin to first and second element or left margin to second and third element. Margin sizes are defined as other dimensions, preferably in density-independent points (dp).
This is a sample code with right margins (android:layout_marginRight):
Right margin reserve a space on the right side of an element, so the next element would be move more to right (Android Studio)
Right margin reserve a space on the right side of an element, so the next element would be move more to right (Android Studio)
If we switch our LinearLayout to vertical instead of right or left margins we would need top or bottom ones. Top margins we have to add to second and third TextView, bottom to first or second.
This is a sample code with top margins (android:layout_marginTop):
Similar effect as with left and right margins. Due to layout_marginTop elements aren’t so close to each other (Android Studio)
Similar effect as with left and right margins. Due to layout_marginTop elements aren’t so close to each other (Android Studio)
This is not of big use, but margin dimensions don’t have to be integer values – they are float. You could define a margin like 20.5dp or 19.99dp.

Step 2. Double margins

If we have two layout elements next to each other and they have margins “towards” themselves (one left another right or one bottom another top) the gap between would be a sum of both margin values.
For instance the gap between following elements would equal 40dp.
Step 3. Move element from the edge of the screen
In the previous steps we were using margins to move away elements from each other. But if the element is next to screen borders, you could use margins to move it away from them too.
Let’s define marginTop and marginLeft for the first TextView. Now you can see that it’s not anymore touching screen edges.
Margins help us to move elements from the screen edges (Android Studio)
Margins help us to move elements from the screen edges (Android Studio)

Step 4. Same margin everywhere

If we want to have the same margin for left, right, top and bottom we could use general attribute: android:layout_margin instead of for separated ones.
But if we want to differentiate just one margin, we have to specify all of them.
Step 4. Margins below 0 – weird, but possible
What happen when we define margins below zero? Element would shift from its standard position exactly in the same manner as with positive margin, but in opposite direction.
In our example we have red, green and finally blue colored TextViews. If we set negative margin for the last element, we could shift it over previous TextViews or put it between or before them.
The last layout element is not last anymore due to negative margin value (Android Studio)
The last layout element is not last anymore due to negative margin value (Android Studio)
This allows us to do some layout tricks, but also could leads to problems – some elements could unintentionally cover others.

Step 5. Paddings = internal margins

All what we have learn about margins is true for paddings. So they could be left, right, top, bottom, general, positive, negative and not only integer. But they work not outside element, but inside it. They move away content by defined value from edges of its container.
If we define paddings for the first TextView as 10dp, it would be much bigger as the text inside is moved by 10dp from each border.
Paddings define space between content inside layout element and edges of that element (Android Studio)
Paddings define space between content inside layout element and edges of that element (Android Studio)
If we want to move all element from the left edge of screen instead of defining left margin for all of them we could define left padding for the root layout element, so in our case LinearLayout tag.
This is sample code for android:paddingLeft:
In TextView padding is shifting a text inside it, but in LinearLayout padding is shifting all layout elements (Android Studio)
In TextView padding is shifting a text inside it, but in LinearLayout padding is shifting all layout elements (Android Studio)
If we define paddings below zero, layout element would become smaller as part of its content would be hidden, so it’s not very useful.

Step 6. Only for Right-to-Left languages: marginStart, marginEnd, paddingStart and paddingEnd

If we write and read from left side, before the text we have left margin or left padding. But if we read and write from right side (like in Arabic or Hebrew), we have right margin or right padding before text. And how to deal with it when our app is universal and support LTR and RTL languages? We could use marginStart and marginEnd as well as paddingStart and paddingEnd attributes. They work exactly in the same way as other margins and paddings, but set the space before or after the text .Be aware that those attributes were added in Android 4.2.
Summary: Margins and paddings help to arrange layout elements. Using them you could easily set gaps between elements, shift some elements and make more space around elements content.

Categories

UVPCE (52) JAVA (46) Moodle (45) ganpat (42) university (34) 2015 (11) COLLEGE (9) 2016 (8) ganapat (8) convergence (7) Download (5) it (5) CE (4) ENGINEERING (4) PRACTICALS (4) Admission (3) BAJA (3) C Language (3) Exam (3) VIVA (3) blog (3) 2017 (2) 2k16 (2) 3rd (2) 4th (2) ACPC (2) ANSI C (2) AUTOMATE (2) BAHA (2) Bharatiya (2) COLLEGEIANS (2) Course (2) FUNCTION (2) GATE (2) INTERVIEW (2) Link (2) PARTH (2) PDF (2) PRACTICAL EXAM (2) PREPARATION (2) RESULT (2) ROBOCON (2) SEMINAR (2) Schedule (2) Tour (2) addmission (2) convocation (2) day (2) hostel (2) india (2) programming (2) query (2) sem (2) uma (2) wifi (2) 1 (1) 10 (1) 12th (1) 15th (1) 2011 (1) 2K17 (1) 32 (1) 41000 (1) 50 (1) 64 (1) 8th (1) AI (1) APK (1) APPLICATION (1) Aeromodelling (1) Affine (1) Algorithm (1) Artificial Intelligence (1) Audit Course (1) BEST (1) BEST C Language (1) BIOFUSION (1) Balaguruswami (1) Banerjee‬ (1) Books (1) CAR (1) CEIt (1) COMPETITION (1) CS (1) CSS (1) Ceasar cipher (1) Celebration (1) Chandy‬‬ (1) Charusat (1) Chief Minister Message (1) Compiler Design (1) Current Scenario (1) DETAILS (1) Democratic (1) EE CONVO BUZZ (1) ELECTABUZZ (1) ELECTRO SPARK (1) ELECTROSPARK (1) EVOSYS (1) Electronics & communication Engineering (1) Enjoyment (1) FEED BACK (1) FEES (1) FOUNDATION DAY (1) Faculty (1) Free (1) Front‬ (1) GATE 2016 (1) GATE EXAM (1) GENERAL EVENTS (1) GROUP DISCUSSION (1) GTU (1) GUJCOST (1) Gurupurnima (1) HTML (1) Help (1) Hindustan Latex Family Planning (1) IDE (1) IDEAL (1) INFOCRAFTS (1) IP (1) ISS (1) Internet Security (1) JDK (1) Janata (1) KK Aggarwal (1) Kullu (1) MARINE EVENTS (1) ME (1) Manali (1) Media Lab Asia Recruitment 2015 (1) Micro-Grid (1) NEW TEAM (1) National (1) NetBeans (1) OCENTECH (1) ONLINE (1) One day Workshop (1) PARTH MAKADIYA (1) PHOTOS (1) PREPARE (1) PRESSURE (1) Party‬ (1) Program (1) QUESTION (1) Quizzard (1) RACE (1) REGISTER (1) ROUTERS (1) RSA (1) ReFRENCE (1) Reach (1) Reservation System (1) Routes (1) SEA INDIA (1) SETUP (1) STRUCTURE (1) STUCTECH (1) SUNBURN (1) Software Engineering (1) Solutions (1) Syllabus (1) TEAM SHATASHVA (1) TECHNOLOGY (1) TOC (1) Transportation (1) Trip (1) Two (1) Udaipur (1) [PDF] (1) adt (1) ahmedabad (1) alpha (1) annual (1) assignment (1) august (1) backward casts (1) bio medical (1) book (1) bruit force (1) cbse (1) class (1) cognizance (1) dbms (1) dbms 2 (1) diffie hellman (1) do (1) ds (1) ebook (1) edition (1) electrical (1) event (1) events (1) extra curricular (1) fermat (1) forum (1) free download (1) gandhinagar (1) gujrat (1) hack (1) hate (1) hlfppt (1) in (1) in c (1) in java (1) java development kit (1) layout_margin (1) layout_marginBottom (1) layout_marginEnd (1) layout_marginLeft (1) library (1) m (1) m. tech (1) master of technology (1) miller rabin (1) monoalphabetic (1) os (1) prime (1) problem (1) requiirment (1) reservation (1) scholarship (1) science (1) semestar (1) system (1) team (1) tech (1) things (1) think (1) tips (1) to (1) vacation (1) windows (1) ‪Kerala‬ (1) ‪Mamata (1) ‪Oommen (1) ‪United (1) ‪‪Left (1)