This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
funckit.html
81 lines (80 loc) · 4.18 KB
/
funckit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript">
//<![CDATA[
try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok3v=1613a3a185/"},atok:"35559c5a1125e8a9d50136e7f188fea8",petok:"193a11bcc6f7ed95fb809087798a9a7f936f0748-1456840198-1800",zone:"udyamfest.org",rocket:"0",apps:{"abetterbrowser":{"ie":"10","opera":null,"chrome":null,"safari":null,"firefox":null}},sha2test:0}];!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="//ajax.cloudflare.com/cdn-cgi/nexp/dok3v=fb690a32f5/cloudflare.min.js",b.parentNode.insertBefore(a,b)}()}}catch(e){};
//]]>
</script>
<link rel="stylesheet" href="static/css/reset.css">
<link rel="stylesheet" href="static/css/style.css">
<script src="static/js/modernizr.js"></script>
<title>Funckit</title>
</head>
<body><script type="text/javascript">
//<![CDATA[
try{(function(a){var b="http://",c="udyamfest.org",d="/cdn-cgi/cl/",e="img.gif",f=new a;f.src=[b,c,d,e].join("")})(Image)}catch(e){}
//]]>
</script>
<div class="cd-fold-content single-page" id="main_page">
<h2>Introduction</h2>
<p style=" text-align: left">Engineers are the pioneers in implementation of scientific principles and technological innovations in the real world. The event is going to be two fold. In the first round one has to simulate the behavior of the system and then in second round one has to design the given system in the real world. The real world system design would allow the participants to deal with the problems encountered during the design process at first hand and on the other hand, Simulation forms the interconnecting bridge between laboratory research and field reality. Udyam provides a golden opportunity to young technocrats to deal with challenging issues of the industry by providing solutions using simulation tools like Matlab, Pspice, Proteus, MultiSIM etc.
</p>
<h2>
Problem Statement:
</h2>
<p style=" text-align: left">
In this event you will make a basic calculator model.<br>
Consider an algebraic equation consisting of 3 operands(4 bit each) and 2 operators(2 bit each).<br>
Your task is to store the operands and operators and implement the equation following BODMAS rule.
<br>The operators can include addition,subtraction,multiplication,division.<br>
<b style="font-size: .8em">Note: Use of direct ICs for ADDER and MULTIPLIER are allowed. Use only TTL74 series ICs. Output to be considered in 8 bit unsigned format.</b>
</p>
<h2>
Event Structure:
</h2>
<p style=" text-align: left">
One team can consist of max. 4 members.<br>
only those who have successfully cleared 1st round can proceed to 2nd round.<br>
Your solution will also be tested on the spot by the judges.<br>
You might be asked to implement some of the equations in order to test the proficiency of your solution.
</p>
<h2>
Judging Criteria:
</h2>
<p style=" text-align: left">
The event consists of 2 rounds: <br>
<b>Round 1: Simulation round</b>
you are required to implement the ps in Proteus.<br>
Marking depends on efficiency and optimization of the simulation.<br>
<b>Round 2: Hardware round</b>
The teams that successfully pass simulation round will be required to implement their design on hardware during UDYAM. <br>
Your success will depend on how successfully they are able to implement the design on hardware.<br>
<b>* Extra points for innovation. Eg. sign extended numbers, divide by zero situation etc.</b>
</p>
<h2>
Contact Details:
</h2>
<div class="row" style="color: #302E39">
<div class="row">
<div class="col m3">Pratyush Jain</div>
<div class="col m6">[email protected]</div>
<div class="col m3">7607614682</div>
</div><div class="row">
<div class="col m3">Anesh Jain</div>
<div class="col m6">[email protected]</div>
<div class="col m3">9026040833</div>
</div>
<div class="row">
<div class="col m3">Anushka Verma</div>
<div class="col m6">[email protected]</div>
<div class="col m3">8005368297</div>
</div>
</div>
</div>
<script src="static/js/jquery-2.1.1.js"></script>
<script src="static/js/main.js"></script>
</body>
</html>