Skip to main content

Mi Notebook Ultra



Mi NoteBook Ultra

https://mobile.mi.com/in/app/product/mi-notebook-ultra?utm_channel=social&utm_medium=clipboard
Mi NoteBook Ultra
Flagship Display. Ultra Performance.

Display
2. 39.6cm (15.6) Mi TrueLife+ Display 
3.2K (3200 x 2000) Resolution with 242 PPI 
16:10 Aspect Ratio 
100% sRGB Wide Colour Gamut
90Hz Smooth Refresh Rate


Performance
11th Gen Intel® Core™ 
i7-11370H processor clocked at 4.8GHz with Turbo Boost (up to 5GHz) 11th Gen Intel® Core™ 
i5-11300H processor clocked at 4.4GHz with Turbo Boost (up to 5GHz) Intel® Iris® Xe Graphics


Memory
Up to 16 GB DDR4 3200MHz


Storage
512 GB PCIe NVMe SSD


Wireless
Dual band 802.11ax Wi-Fi 6 
Bluetooth V5.1


Interface
1 x Type-C™ USB (For charging and data transfer)
1 x Thunderbolt 4 (For charging and data transfer)
1 x Type-A USB 3.2 Gen 1
1 x Type-A USB 2.0
1 x HDMI
1 x Combo Audio Jack


Keyboard
3-level backlit
 Scissor Mechanism 
1.5mm deep key travel
 Dedicated Macro key


Touchpad
Multi-touch with support for Windows Precision drivers


Security
Fingerprint scanner built into the power button
with support for Windows Hello


Webcam
720p (HD)


Audio
2 x 2W Stereo Speakers
Support for DTS audio processing app
3.5mm combo jack
In-built microphone


Battery and Power
12-Hour all day battery
65W Type-C power adapter (compatible across USB Type-C and Thunderbolt 4 ports)


Weight and Dimensions
Material: Aircraft grade Series 6 Aluminium 
Thickness: 17.9mm 
Length: 350.1 mm 
Width: 242.3 mm 
Weight: 1.79 kg

Comments

Popular posts from this blog

How to Draw Sinchan by using Python

                *****SOURCE CODE *****  from turtle import * #import time s=Screen() s.screensize(700,1000) speed(5) def myPosition(x, y):     penup()     goto(x, y)     pendown() #time.sleep(10) #ht() pensize(2) def ankur():     fillcolor('#ffec40')     begin_fill()     right(25)     forward(20)     right(45)     forward(20)     left(70)     forward(90)     left(95)     forward(75)     left(85)     forward(175)     left(85)     forward(75)     left(95)     forward(90)     left(85)     forward(18)     end_fill() def leftLeg():     myPosition(-39,-25)     fillcolor("#ffd699")     begin_fill()     right(89)     forward(25)     right(90)     forward(50)   ...

How to hack wifi password ' Sourse code '

import itertools as its '''  Problems encountered do not understand? Python learning exchange group: 821 460 695 meet your needs, data base files have been uploaded, you can download their own! ''' if __name__ == '__main__':     words_num = "1234567890"     words_letter = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"     r = its.product(words_num, repeat=8)          dic = open ( "password-8 digits .txt", "w")     for i in r:         dic.write("".join(i))         dic.write("".join("\n"))     dic.close() import pywifi   from pywifi import const # quote some definitions   import time '''  Problems encountered do not understand? Python learning exchange group: 821 460 695 meet your needs, data base files have been uploaded, you can download their own! '''   def getwifi(wifilist, wificount):          wifi = pywifi.PyWiFi...

Data science with Python free course

This Data Science with Python program provides learners with a complete understanding of data analytics tools & techniques. Getting started with Python can help you gain knowledge on data analysis, visualization, NumPy, SciPy, web scraping, and natural language processing. This program is an ideal kickstarter for anyone looking to become a Data Scientist. Free To Enroll  👇Click on this link👇 https://www.simplilearn.com/getting-started-data-science-with-python-skillup